GitHub user vahidhashemian opened a pull request:
https://github.com/apache/kafka/pull/3941
KAFKA-3999: Record raw size of fetch responses as part of consumer metrics
Currently, only the decompressed size of fetch responses is recorded. This
PR adds a sensor to keep track of the raw size as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vahidhashemian/kafka KAFKA-3999
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3941.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 #3941
----
commit 0eb84a3c83530081748d4bf9ffe7fcba9e41f50b
Author: Vahid Hashemian <[email protected]>
Date: 2017-09-22T00:01:48Z
KAFKA-3999: Record raw size of fetch responses as part of consumer metrics
Currently, only the decompressed size of fetch responses is recorded. This
PR adds a sensor to keep track of the raw size as well.
----
---