Replies: 1 comment
-
Kafka doesn't provide a messages out rate metric, however you can use the BytesOutPerSec rate to track the flow of data to consumers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we have the below metric in JMX to get the Messages in rate at Topic level.
Mbean name: kafka.server:type=BrokerTopicMetrics,name=MessagesInPerSec,topic=([-.\w]+)
I cant able to locate the Messages out rate at Topic level.
Why its not exposed in strimzi kafka?
Do we have any backlog or KIP for the same?
How to we arrive the Messages out rate at Topic level that exactly matches with the Messages in rate.
Need your valuable answers from the community to get clarified, Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions