lucasbru commented on code in PR #15369:
URL: https://github.com/apache/kafka/pull/15369#discussion_r1497167426
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java:
##########
@@ -727,6 +732,17 @@ public ConsumerRecords<K, V> poll(final Duration timeout) {
}
}
+ private boolean isGenerationKnown() {
Review Comment:
Makes sense. But then I'm a bit confused by the method name, because it just
returns true when there is no generation...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]