philipnee commented on code in PR #16310: URL: https://github.com/apache/kafka/pull/16310#discussion_r1637370335
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java: ########## @@ -1983,6 +2009,10 @@ SubscriptionState subscriptions() { return subscriptions; } + FetchCommittedOffsetsEvent pendingOffsetFetch() { Review Comment: would `boolean hasPendingOffsetFetch()` be sufficient for the test? -- 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