cadonna commented on code in PR #15369:
URL: https://github.com/apache/kafka/pull/15369#discussion_r1496167714


##########
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:
   I am not sure this is correct, because I can use user assigned partitions 
but still use a group ID to manage the offsets broker-side, if I remember 
correctly.



-- 
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

Reply via email to