[ https://issues.apache.org/jira/browse/KAFKA-4416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15677642#comment-15677642 ]
ASF GitHub Bot commented on KAFKA-4416: --------------------------------------- GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2150 KAFKA-4416: Add a `--group` option to console consumer The value provided for this option overwrites any `group.id` value indirectly provided via `consumer-property` or `consumer.config` options. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka KAFKA-4416 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2150.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 #2150 ---- commit 87a9cf74765ea106d9708745f62a935fd917a866 Author: Vahid Hashemian <vahidhashem...@us.ibm.com> Date: 2016-11-18T19:29:25Z KAFKA-4416: Add a `--group` option to console consumer The value provided for this option overwrites any `group.id` value indirectly provided via `consumer-property` or `consumer.config` options. ---- > Add a '--group' option to the console consumer > ---------------------------------------------- > > Key: KAFKA-4416 > URL: https://issues.apache.org/jira/browse/KAFKA-4416 > Project: Kafka > Issue Type: Improvement > Reporter: Vahid Hashemian > Assignee: Vahid Hashemian > Priority: Minor > > Add a {{--group}} option to the console consumer to simplify associating > consumers to consumer groups. The command line option would overwrite any > {{group.id}} property that may be specified in the consumer config. -- This message was sent by Atlassian JIRA (v6.3.4#6332)