[
https://issues.apache.org/jira/browse/KAFKA-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471932#comment-16471932
]
Attila Sasvari commented on KAFKA-6884:
---------------------------------------
[~hachikuji] Thanks, I downloaded the pull request as a diff & applied it.
Using the new KafkaAdminClient, I am wondering how I can retrieve the
coordinator / partition leader of the internal offset topic for a consumer
group.
[Earlier|https://github.com/apache/kafka/blob/c3921d489f4da80aad6f387158c33ec2e4bca52d/core/src/main/scala/kafka/admin/ConsumerGroupCommand.scala#L571]
it was returned: in the
[ConsumerGroupSummary|https://github.com/apache/kafka/blob/c3921d489f4da80aad6f387158c33ec2e4bca52d/core/src/main/scala/kafka/admin/AdminClient.scala#L300]
object.
> ConsumerGroupCommand should use new AdminClient
> -----------------------------------------------
>
> Key: KAFKA-6884
> URL: https://issues.apache.org/jira/browse/KAFKA-6884
> Project: Kafka
> Issue Type: Improvement
> Reporter: Jason Gustafson
> Assignee: Attila Sasvari
> Priority: Major
>
> Now that we have KIP-222, we should update consumer-groups.sh to use the new
> AdminClient.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)