KIP-688 — Support dynamic update of delete.topic.enable config
Discussion AdminBroker
Makes `delete.topic.enable` dynamically reconfigurable via `AdminClient` so administrators can temporarily enable topic deletion without rolling the cluster. Changing this setting previously required editing `server.properties` on every broker and performing two full cluster rolls (one to enable deletion, one to re-disable it), creating significant operational overhead.
Details
| Author | Prateek Agarwal |
| Status | Discussion |
| JIRA | KAFKA-10646 |
| Wiki | View on Apache Wiki |
| Created | 2020-11-25 |
| Last Modified | 2020-11-25 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.