티스토리 뷰

공부

[Kafka] consumer list

승가비 2022. 4. 20. 23:24
728x90
bin/kafka-consumer-groups.sh  --list --bootstrap-server localhost:9092

bin/kafka-consumer-groups.sh --describe --group mygroup --bootstrap-server localhost:9092

https://stackoverflow.com/questions/32697999/kafka-consumer-list

 

Kafka consumer list

I need to find out a way to ask Kafka for a list of topics. I know I can do that using the kafka-topics.sh script included in the bin\ directory. Once I have this list, I need all the consumers per...

stackoverflow.com

 

728x90
댓글