kafka版本0.11,执行下面命令没有消费者输出,确定有消费者
[kafka@ofcs-kafka-1 ~]$ cd kafka_2.11-0.11.0.0/
[kafka@ofcs-kafka-1 kafka_2.11-0.11.0.0]$ bin/kafka-consumer-groups.sh --zookeeper 127.0.0.1:8091 --list
Note: This will only show information about consumers that use ZooKeeper (not those using the Java consumer API).
(无任何消费者输出)
[kafka@ofcs-kafka-1 ~]$