Hi there, The Kafka producer and consumer are libraries you run inside your application. As such, the beans from them do not exist on the brokers.
Thanks Tom Crayford, Heroku Kafka On Mon, May 16, 2016 at 8:29 PM, Russ Lavoie <russlav...@gmail.com> wrote: > I am using JMX to gather kafka metrics. It states here > http://docs.confluent.io/1.0/kafka/monitoring.html that they should be > there. But when I run a jmx client and show beans kafka.consumer and > kafka.producer do not exist. Is there something special I have to do to > get these metrics? > > Thanks >