KIP-569 — DescribeConfigsResponse - Update the schema to include additional metadata information of the field
Accepted Kafka 2.6 ProtocolAdmin
Extends the `DescribeConfigsResponse` schema to include additional metadata per configuration entry: `type` (string, int, boolean, etc.), `documentation`, and `validValues`, alongside the existing `isSensitive`/`isReadOnly` fields. GUI tools like Confluent Control Center and Lenses need config type and validation metadata to render appropriate input controls and prevent invalid submissions without requiring hardcoded knowledge of each config.
Protocol Impact
Details
| Author | Shailesh Panwar |
| Status | Accepted |
| Kafka Version | 2.6 |
| JIRA | KAFKA-9494 |
| Wiki | View on Apache Wiki |
| Created | 2020-02-05 |
| Last Modified | 2020-06-01 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.