-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
base: trunk
Are you sure you want to change the base?
Conversation
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.
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[email protected]