guozhangwang commented on code in PR #12337: URL: https://github.com/apache/kafka/pull/12337#discussion_r911482422
########## clients/src/main/java/org/apache/kafka/clients/admin/internals/ListConsumerGroupOffsetsHandler.java: ########## @@ -40,16 +40,27 @@ public class ListConsumerGroupOffsetsHandler extends AdminApiHandler.Batched<Coo private final CoordinatorKey groupId; private final List<TopicPartition> partitions; + private final boolean requireStable; private final Logger log; private final AdminApiLookupStrategy<CoordinatorKey> lookupStrategy; + public ListConsumerGroupOffsetsHandler( + String groupId, Review Comment: Ack. -- 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