How do I check Kafka status?

How do I check Kafka status? If you are looking for the Kafka cluster broker status, you can use zookeeper cli to find the details for each broker as given below: ls /brokers/ids returns the list of active brokers IDs on the cluster. get /brokers/ids/ returns the details of the broker with the given ID. … Continue reading How do I check Kafka status?