dajac commented on code in PR #14357: URL: https://github.com/apache/kafka/pull/14357#discussion_r1362062076
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/ApplicationEventProcessor.java: ########## @@ -155,8 +164,18 @@ private boolean processValidatePositionsEvent() { private boolean process(final TopicMetadataApplicationEvent event) { final CompletableFuture<Map<String, List<PartitionInfo>>> future = - this.requestManagers.topicMetadataRequestManager.requestTopicMetadata(Optional.of(event.topic())); + this.requestManagers.topicMetadataRequestManager.requestTopicMetadata(Optional.of(event.topic())); Review Comment: Let's revert this change. It is not related. -- 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