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
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
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