Reactive Kafka - JMX metrics

Does Reactive Kafka reports metrics through JMX? can’t seem to find any resource related to it unlike Kafka Stream.

As I understand, under the hood, reactive kafka uses kafka producer and consumer. Even if reactive kafka doesn’t exposes its own metrics, we probably should be able to see kafka.producer and kafka.consumer metrics.

Any help would be greatly appreciated.

Thanks
FYI. I’m using reactive kafka in Play

There is an open pull request that I think is related to this https://github.com/akka/reactive-kafka/pull/338
Perhaps you can help pushing it over the finish line?

1 Like

I just pushed a rebase of that PR so it could be merged perhaps shortly?
Please review :slight_smile:

For reference, crossposted here: https://github.com/akka/reactive-kafka/issues/418