-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiver handles ingress probes #1431
Receiver handles ingress probes #1431
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1431 +/- ##
============================================
+ Coverage 71.41% 73.41% +1.99%
+ Complexity 584 581 -3
============================================
Files 100 101 +1
Lines 3964 3949 -15
Branches 166 164 -2
============================================
+ Hits 2831 2899 +68
+ Misses 915 810 -105
- Partials 218 240 +22
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
7f324c3
to
6793983
Compare
Probing is done using the knative/networking data-plane contract (already implemented in Eventing through knative/pkg). ref issue knative/eventing#3911 Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
6793983
to
e19b137
Compare
...in/java/dev/knative/eventing/kafka/broker/receiver/impl/handler/MethodNotAllowedHandler.java
Outdated
Show resolved
Hide resolved
.../src/main/java/dev/knative/eventing/kafka/broker/receiver/impl/handler/ProbeRequestUtil.java
Outdated
Show resolved
Hide resolved
.../src/main/java/dev/knative/eventing/kafka/broker/receiver/impl/handler/ProbeRequestUtil.java
Outdated
Show resolved
Hide resolved
.../src/main/java/dev/knative/eventing/kafka/broker/receiver/impl/handler/ProbeRequestUtil.java
Outdated
Show resolved
Hide resolved
.../src/main/java/dev/knative/eventing/kafka/broker/receiver/impl/handler/ProbeRequestUtil.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
63cc43d
to
e0de981
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Probing is done using the knative/networking data-plane contract
(already implemented in Eventing through knative/pkg).
ref issue knative/eventing#3911
This is part of our work to reduce e2e tests' flakiness.
Proposed Changes
Release Note
Docs