You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/17 20:10:20 UTC

[jira] [Comment Edited] (KAFKA-3969) kafka.admin.ConsumerGroupCommand doesn't show consumer groups

    [ https://issues.apache.org/jira/browse/KAFKA-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381500#comment-15381500 ] 

Vahid Hashemian edited comment on KAFKA-3969 at 7/17/16 8:10 PM:
-----------------------------------------------------------------

[~dieter_be] Is the consumer you're running a new consumer or an old consumer?


was (Author: vahid):
[~dieter_be]] Is the consumer you're running a new consumer or an old consumer?

> kafka.admin.ConsumerGroupCommand doesn't show consumer groups
> -------------------------------------------------------------
>
>                 Key: KAFKA-3969
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3969
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.10.0.0
>            Reporter: Dieter Plaetinck
>
> http://kafka.apache.org/documentation.html , at http://kafka.apache.org/documentation.html#basic_ops_consumer_lag says 
> " Note, however, after 0.9.0, the kafka.tools.ConsumerOffsetChecker tool is deprecated and you should use the kafka.admin.ConsumerGroupCommand (or the bin/kafka-consumer-groups.sh script) to manage consumer groups, including consumers created with the new consumer API."
> I'm sure that i have a consumer running, because i wrote an app that is processing data, and i can see the data as well as the metrics that confirm it's receiving data. I'm using kafka 0.10
> Yet when I run the command as instructed, it doesn't list any consumer groups
> $ /opt/kafka_2.11-0.10.0.0/bin/kafka-run-class.sh kafka.admin.ConsumerGroupCommand --zookeeper localhost:2181 --list
> $
> So either something is wrong with the tool, or with the docs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)