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 To: us...@kafka.apache.org; dev@kafka.apache.org Sent: Friday, 6 May 2016 1:07 AM Subject: Get topic level detail from new consumer gro

Re: Get topic level detail from new consumer group command

2016-05-05 Thread Jason Gustafson
I think you're asking for only the details of a particular topic? Could you just grep the output or are you concerned about the overhead because you have tons of topics? -Jason On Thu, May 5, 2016 at 12:37 PM, ravi singh wrote: > ./bin/kafka-consumer-groups.sh --group batchprocessord_zero > -

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*? ​ -- *