简体   繁体   中英

How to list producers writing to a certain kafka topic

如何使用 kafka CLI 列出写入某个 kafka 主题的生产者?

There is no command line tool available that is able to list all producers for a certain topic.

This would require that in Kafka there is a central place where all producers and their metadata are being stored which is not the case (as opposed to consumers and their ConsumerGroups).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM