frankvicky commented on code in PR #18737: URL: https://github.com/apache/kafka/pull/18737#discussion_r1950275122
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractMembershipManager.java: ########## @@ -818,6 +818,8 @@ void maybeReconcile() { return; } + if (!canCommit) return; Review Comment: Sounds good. To achieve this, we need to introduce the `autoCommitEnabled` as the field of `AbstractMembershipManager`. I will add it in the next commit. -- 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