Support Questions

Find answers, ask questions, and share your expertise

How to list number of producers in kafka?

avatar
New Contributor
 
1 REPLY 1

avatar
Rising Star

@suresh g

/usr/bin/kafka-consumer-groups --zookeeper zk01.example.com:2181 --describe --group <<consumer-group-name>>. This will list all the producers under a given consumer group.