KIP-293 — Add new metrics for consumer/replication fetch requests
Discussion MetricsConsumer
Adds separate `FetchRequestsPerSec` metrics on the broker that split consumer client fetch requests from follower replication fetch requests at the topic and broker level. The existing `TotalFetchRequestsPerSec` aggregates both, making it impossible to determine whether a topic is actively being consumed by clients or only by replicas.
Protocol Impact
Details
| Author | Adam Kotwasinski |
| Status | Discussion |
| JIRA | KAFKA-6830 |
| Wiki | View on Apache Wiki |
| Created | 2018-05-02 |
| Last Modified | 2018-06-27 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.