I want to monitor Kafka broker health with the help of Kafka Consumer JMX metrics. I am running a Kafka Consumer application which generates the JMX metrics. Is there any metrics which can tell us the Kafka broker health?
I know, we can monitor the broker health with the help of Broker metrics but I want to monitor with the help Consumer JMX metrics.
Please let me know if it is possible.
Thanks