[ https://issues.apache.org/jira/browse/KAFKA-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15603525#comment-15603525 ]
ASF GitHub Bot commented on KAFKA-4333: --------------------------------------- GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2059 KAFKA-4333: Report coordinator id of the consumer group with '--list' option Enahnce the output of the consumer group commend and report the coordinator id of each group (for Java API based consumers) when `--list` option is used. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka KAFKA-4333 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2059.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 #2059 ---- commit 373d66e4531df08cbb9bd56e24b1115e3bd346c1 Author: Vahid Hashemian <vahidhashem...@us.ibm.com> Date: 2016-10-24T23:12:20Z KAFKA-4333: Report coordinator id of the consumer group with that --list option Enahnce the output of the consumer group commend and report the coordinator id of each group (for Java API based consumers) when `--list` option is used. ---- > Report consumer group coordinator id when '--list' option is used > ----------------------------------------------------------------- > > Key: KAFKA-4333 > URL: https://issues.apache.org/jira/browse/KAFKA-4333 > Project: Kafka > Issue Type: Improvement > Components: consumer > Reporter: Vahid Hashemian > Assignee: Vahid Hashemian > Priority: Minor > > One piece of information missing when extracting information about consumer > groups (Java API based) is the coordinator id (broker id of the coordinator). > It would be useful to enhance the {{--list}} option of the consumer group > command to report the corresponding coordinator id of each consumer group. -- This message was sent by Atlassian JIRA (v6.3.4#6332)