Re: Get topic level detail from new consumer group command

2016-05-05 Thread Mudit Agarwal
you need to run describe topic command to get the topic details: ./kafka-topics.sh --zookeeper ":2181" --describe --topic From: ravi singh <rrs120...@gmail.com> To: users@kafka.apache.org; d...@kafka.apache.org Sent: Friday, 6 May 2016 1:07 AM Subject: Get topic level

Get topic level detail from new consumer group command

2016-05-05 Thread ravi singh
./bin/kafka-consumer-groups.sh --group batchprocessord_zero --bootstrap-server kafka-1-evilcorp.com:9092 --new-consumer --describe Running the above ConsumerGroupcommad will describe consumer for all the topics it's listening to. Is there any workaround to get *only topic level detail*? ​ --