-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix Kafka LogReader failing when attempting to store offsets in Zookeeper #2615
Conversation
Hello kerkesni,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
05652e5
to
8f78cfc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 3 files with indirect coverage changes
@@ Coverage Diff @@
## development/9.0 #2615 +/- ##
===================================================
- Coverage 73.36% 73.34% -0.03%
===================================================
Files 201 201
Lines 13370 13374 +4
===================================================
Hits 9809 9809
- Misses 3551 3555 +4
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
b669d5f
to
817aa29
Compare
this includes some old commit & fixups, please rebase on latest and cleanup history. |
d8f47d3
to
ac70268
Compare
b669d5f
to
25301c6
Compare
probably the last one for 9.0.1, should bump? Or to you prefer to merge this one after the release? |
f0bb54f
to
2dafc97
Compare
c3c7dce
to
68b9838
Compare
Kafka LogReader manages offsets in Kafka itself Issue: BB-481
/approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue BB-481. Goodbye kerkesni. The following options are set: approve |
Kafka manages the offsets when using Kafka logReader. Skipped step in code where we attempt to store the offset in Zookeeper when using the Kafka LogReader.
Issue: BB-481