KIP-935 — Extend AlterConfigPolicy with existing configurations
Discussion AdminBroker
Extends the `AlterConfigPolicy` interface to receive both the proposed config changes and the current (existing) configuration values, so policies can validate incremental updates in context. After KIP-339 introduced `IncrementalAlterConfigs`, policy implementations only see the delta, not the full resulting configuration, making context-aware validation impossible.
Details
| Author | Jorge Esteban Quilcate Otoya |
| Status | Discussion |
| JIRA | KAFKA-15014 |
| Wiki | View on Apache Wiki |
| Created | 2023-05-19 |
| Last Modified | 2023-07-25 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.