Hello I try to take bytes-consumed-metrics metrics via JMX Mbeans but i have the following issue.
I write the command JMX_PORT= bin/kafka-run-class.sh kafka.tools.JmxTool --object-name kafka.consumer:type=consumer-fetch-manager-metrics,client-id="([-.w]+)",name=bytes-consumed-rate But I take the following error No matched attributes for the queried objects ArrayBuffer(kafka.consumer:type=consumer-fetch-manager-metrics,client-id=([-.w]+),name=bytes-consumed-rate). Can you help me? Where is the problem?