dajac commented on a change in pull request #9547: URL: https://github.com/apache/kafka/pull/9547#discussion_r526383138
########## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/OffsetsForLeaderEpochClient.java ########## @@ -61,67 +77,76 @@ protected OffsetForEpochResult handleResponse( Map<TopicPartition, SubscriptionState.FetchPosition> requestData, OffsetsForLeaderEpochResponse response) { + Set<TopicPartition> missingPartitions = new HashSet<>(requestData.keySet()); Review comment: Yeah, you're right. Let me remove 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org