Hi, We have a Kafka cluster which contains 3 kafka brokers. Data is pushed into kafka queue continously. To monitor the kafka brokers, we use the JMX metrics given by kafka. One thing i observed is there is one broker which is returning*"0"* all the time for the bean *"kafka.server":type="BrokerTopicMetrics",name="AllTopicsMessagesInPerSec" . * Is there some thing i should worry about? i am able to get the data from kafka and push the data into kafka with out a glitch.
Thanks Arjun Narasimha Kota * *