[ https://issues.apache.org/jira/browse/KAFKA-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993201#comment-14993201 ]
ASF GitHub Bot commented on KAFKA-2760: --------------------------------------- GitHub user SinghAsDev opened a pull request: https://github.com/apache/kafka/pull/442 KAFKA-2760: Clean up interface of AdminClient.describeConsumerGroup(g… …roupId) You can merge this pull request into a Git repository by running: $ git pull https://github.com/SinghAsDev/kafka KAFKA-2760 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/442.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #442 ---- commit 774eed74b670fd945f1122f91a748140dae6509e Author: Ashish Singh <asi...@cloudera.com> Date: 2015-11-06T06:16:39Z KAFKA-2760: Clean up interface of AdminClient.describeConsumerGroup(groupId) ---- > Clean up interface of AdminClient.describeConsumerGroup(groupId > --------------------------------------------------------------- > > Key: KAFKA-2760 > URL: https://issues.apache.org/jira/browse/KAFKA-2760 > Project: Kafka > Issue Type: Bug > Reporter: Ashish K Singh > Assignee: Ashish K Singh > > This is a follow up to KAFKA-2490, which introduced > {{describeConsumerGroup(groupId: String): (Map[TopicPartition, String], > Map[String, List[TopicPartition]])}}. It was suggested on the PR to rather > have {{describeConsumerGroup(groupId: String): List[ConsumerSummary]}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)