You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Adam Kotwasinski (JIRA)" <ji...@apache.org> on 2018/04/26 16:53:00 UTC

[jira] [Created] (KAFKA-6830) Add new metrics for consumer/replication fetch requests

Adam Kotwasinski created KAFKA-6830:
---------------------------------------

             Summary: Add new metrics for consumer/replication fetch requests
                 Key: KAFKA-6830
                 URL: https://issues.apache.org/jira/browse/KAFKA-6830
             Project: Kafka
          Issue Type: Improvement
          Components: core
            Reporter: Adam Kotwasinski


Currently, we have only one fetch request-related metric for a topic.
As fetch requests are used by both client consumers and replicating brokers, it is impossible to tell if the particular partition (with replication factor > 1) is being actively read from client by consumers.

Rationale for this improvement: as owner of kafka installation, but not the owner of clients, I want to know which topics still have active (real) consumers.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)