GitHub user kiest opened a pull request:
https://github.com/apache/kafka/pull/4278
MINOR: fixed typo that causes incorrect values in records-consumed-rate JMX
metric
records-consumed-rate fetch metric shows different value than aggregated
topic-level records-consumed-rate metrics. Looks like a typo when reporting
bytes and records in Fetcher class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kiest/kafka trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4278.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4278
----
commit bf19d4d8daae4122bcd5da75b481916c9e739ad1
Author: Igor Kostiakov <[email protected]>
Date: 2017-11-30T12:11:14Z
fixed typo that caused incorrect values in records-consumed-rate JMX metric
----
---