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
| Author | Kevin Lu |
| Status | Discarded |
| Kafka Version | 2.1 |
| JIRA | KAFKA-6123 |
| Wiki | View on Apache Wiki |
| Created | 2018-07-20 |
| Last Modified | 2018-08-02 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.