lianetm commented on code in PR #19578: URL: https://github.com/apache/kafka/pull/19578#discussion_r2072105523
########## clients/src/test/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumerTest.java: ########## @@ -994,8 +994,8 @@ public void testBeginningOffsetsWithZeroTimeout() { Map<TopicPartition, Long> result = assertDoesNotThrow(() -> consumer.beginningOffsets(Collections.singletonList(tp), Duration.ZERO)); // The result should be {tp=null} Review Comment: nit: this comment is not true anymore (I would suggest we remove, doesn't add any value imo) -- 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