dajac commented on a change in pull request #11688: URL: https://github.com/apache/kafka/pull/11688#discussion_r802514285
########## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ########## @@ -655,11 +667,8 @@ private void maybeUpdateGroupSubscription(String assignorName, maybeUpdateGroupSubscription(assignorName, assignments, allSubscribedTopics); - assignmentSnapshot = metadataSnapshot; Review comment: Yeah, it seems that you are right. I updated the PR as you suggested. -- 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