kirktrue commented on code in PR #14406: URL: https://github.com/apache/kafka/pull/14406#discussion_r1337443244
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/PrototypeAsyncConsumer.java: ########## @@ -684,7 +1011,7 @@ private boolean isCommittedOffsetsManagementEnabled() { } /** - * Refresh the committed offsets for partitions that require initialization. + * Refresh the committed offsets for provided partitions. Review Comment: I reverted the change to the comment. I don't remember changing it 🤷♂️ ########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/PrototypeAsyncConsumer.java: ########## @@ -684,7 +1011,7 @@ private boolean isCommittedOffsetsManagementEnabled() { } /** - * Refresh the committed offsets for partitions that require initialization. + * Refresh the committed offsets for provided partitions. Review Comment: I reverted the change to the comment. I don't remember changing it 🤷♂️ -- 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