conduktor.io ↗

KIP-264 — Add a consumer metric to record raw fetch size

Discussion ConsumerMetrics

Adds a `fetch-size-total-bytes` consumer metric that tracks raw (compressed, on-wire) bytes received from the broker, separate from the existing `bytes-fetched` metric which measures decompressed bytes. The decompressed metric overstates wire bandwidth consumption, preventing accurate measurement of actual network utilization and compression ratio effectiveness.

Details

AuthorVahid Hashemian
StatusDiscussion
JIRAKAFKA-3999
WikiView on Apache Wiki
Created2018-02-27
Last Modified2018-05-25
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.