lianetm commented on code in PR #15869: URL: https://github.com/apache/kafka/pull/15869#discussion_r1594393442
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java: ########## @@ -260,6 +260,7 @@ private void process(final ConsumerRebalanceListenerCallbackNeededEvent event) { private final SubscriptionState subscriptions; private final ConsumerMetadata metadata; + private int mirroredMetadataUpdateVersion; Review Comment: maybe `metadataVersionSnapshot` would reflect better what this var is for? -- 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