conduktor.io ↗

KIP-344 — The auto-generated client id should be passed to MetricsReporter

Discarded Kafka 2.1 ClientMetrics

Fixes a bug where the auto-generated `client.id` is not passed to `MetricsReporter.configure()` when the user has not explicitly set `client.id`. The `MetricsReporter` receives the config map at initialization, but the auto-generated ID is created after config parsing, so it is missing from the map passed to the reporter. (Resolved as a bug fix, no KIP required.)

Details

AuthorKevin Lu
StatusDiscarded
Kafka Version2.1
JIRAKAFKA-6123
WikiView on Apache Wiki
Created2018-07-20
Last Modified2018-08-02
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.