How to find the byte rate of Consumers Kafka

589 Views Asked by At

I created an application which use Kafka. So how can I find how many MB/sec my consumers reads ?

My topics have only one partition

1

There are 1 best solutions below

3
ppatierno On

Are you using the Java Kafka consumer API? If yes, some JMX metrics are exposed by it and some more specific to consumer fetching. You can see them here: https://kafka.apache.org/documentation/#consumer_fetch_monitoring