you need to run describe topic command to get the topic details:
./kafka-topics.sh --zookeeper "<zook_host>:2181" --describe --topic <topic_name>
From: ravi singh <[email protected]>
To: [email protected]; [email protected]
Sent: Friday, 6 May 2016 1:07 AM
Subject: Get topic level detail from new consumer group command
./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*?
--
*Regards,*
*Ravi*