conduktor.io ↗

KIP-484 — Expose metrics for group and transaction metadata loading duration

Accepted Kafka 2.4 MetricsConsumerTransactions

Adds `group-metadata-load-duration-ms` and `txn-metadata-load-duration-ms` histograms to the broker's `GroupCoordinator` and `TransactionCoordinator` respectively, measuring how long it takes to load partition state after a coordinator leadership change. When a consumer group coordinator partition moves to a new broker, offset loading can take arbitrarily long but appears externally as unexplained consumer group inactivity with no diagnostic metric.

Details

AuthorAnastasia Vela
StatusAccepted
Kafka Version2.4
JIRAKAFKA-6263
WikiView on Apache Wiki
Created2019-06-25
Last Modified2019-08-01
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.