You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by vahidhashemian <gi...@git.apache.org> on 2017/09/22 00:03:16 UTC

[GitHub] kafka pull request #3941: KAFKA-3999: Record raw size of fetch responses as ...

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 <va...@us.ibm.com>
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.

----


---