lianetm commented on code in PR #16083: URL: https://github.com/apache/kafka/pull/16083#discussion_r1616124179
########## clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java: ########## @@ -119,15 +119,15 @@ public interface ConsumerRebalanceListener { /** - * A callback method the user can implement to provide handling of offset commits to a customized store. + * A callback method which users can implement to provide handling of offset commits for a customized store. Review Comment: uhm here I find the change is not really making things better. I wouldn't necessarily change this, but if we think it should be improved maybe just `A callback method the user can implement to provide handling of offset commits **sent to** a customized store` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org