-
Notifications
You must be signed in to change notification settings - Fork 14.8k
MINOR: Improve consumer rebalance callbacks docs #20528
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
Conversation
bbejeck
left a comment
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.
Nice improvement @lianetm LGTM with a few minor comments.
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java
Outdated
Show resolved
Hide resolved
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java
Outdated
Show resolved
Hide resolved
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java
Outdated
Show resolved
Hide resolved
|
Thanks for the review @bbejeck ! All comments addressed. |
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.
Thanks for the follow-up @lianetm - LGTM modulo fixing the tests.
|
Thanks @bbejeck ! Fixed the flaky test. Now the 3 new tests pass consistently locally (tried up to ~50 and all ok, used to fail under 10 iterations before the fix). Will wait for the build and trigger a few to validate on CI too. |
Clarify rebalance callbacks behaviour (got some questions for onPartitionsAssigned, docs where indeed confusing about the partitions received in params). Reviewed all rebalance callbacks with it. Reviewers: Bill Bejeck<bbejeck@apache.org>
Clarify rebalance callbacks behaviour (got some questions for onPartitionsAssigned, docs where indeed confusing about the partitions received in params). Reviewed all rebalance callbacks with it. Reviewers: Bill Bejeck<bbejeck@apache.org>
Clarify rebalance callbacks behaviour (got some questions for
onPartitionsAssigned, docs where indeed confusing about the partitions
received in params). Reviewed all rebalance callbacks with it.
Reviewers: Bill Bejeckbbejeck@apache.org