KIP-414 — Expose Embedded ClientIds in Kafka Streams
Accepted Kafka 2.2 StreamsMetrics
Exposes the client IDs of Kafka Streams' embedded producer, consumer, restore-consumer, and admin client instances via ThreadMetadata. Without this, operators cannot correlate Streams thread metrics with the corresponding low-level client metrics (e.g., producer byte rates) because the embedded client IDs were opaque internal strings.
Details
| Author | Guozhang Wang |
| Status | Accepted |
| Kafka Version | 2.2 |
| JIRA | KAFKA-7798 |
| Wiki | View on Apache Wiki |
| Created | 2019-01-09 |
| Last Modified | 2019-02-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.