conduktor.io ↗

KIP-743 — Remove config value 0.10.0-2.4 of Streams built-in metrics version config

Discussion Kafka 3.0 Streams

KIP-743 removes the `0.10.0-2.4` config value for `built.in.metrics.version` in Kafka Streams (Kafka 3.0), leaving `latest` as the only valid value. The legacy metric structure introduced by KIP-444's predecessor was effectively deprecated when `latest` became the default in 2.5, and maintaining dual metric code paths is error-prone; new metrics added post-KIP-444 only exist in the `latest` structure, meaning users on `0.10.0-2.4` already receive a mix of old and new metric formats.

Details

AuthorBruno Cadonna
StatusDiscussion
Kafka Version3.0
JIRAKAFKA-12519
WikiView on Apache Wiki
Created2021-05-20
Last Modified2021-05-21
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.