-
Notifications
You must be signed in to change notification settings - Fork 130
The Broker retries sending events #268
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
The Broker retries sending events #268
Conversation
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
============================================
+ Coverage 76.76% 76.82% +0.06%
- Complexity 170 177 +7
============================================
Files 49 49
Lines 1463 1493 +30
Branches 46 47 +1
============================================
+ Hits 1123 1147 +24
- Misses 271 275 +4
- Partials 69 71 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
7ae0d24
to
c01e5db
Compare
2/2 Worked, retesting |
...main/java/dev/knative/eventing/kafka/broker/dispatcher/http/HttpConsumerVerticleFactory.java
Outdated
Show resolved
Hide resolved
...main/java/dev/knative/eventing/kafka/broker/dispatcher/http/HttpConsumerVerticleFactory.java
Show resolved
Hide resolved
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, slinkydeveloper 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 |
- Retry sending events through the circuit breaker Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
- [v1, linear] - [v1beta1, linear] - [v1, exponential] - [v1beta1, exponential] Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
9ddd6c9
to
22d5326
Compare
Rebased. |
/lgtm |
…ng_offsets_on_revoked_partitions [release v1.2] Handle committing offsets on revoked partitions
Fixes #116
Proposed Changes
Release Note