KIP-576 — Support dynamic update of more broker configs related to replication
Discussion BrokerAdmin
Extends Kafka's dynamic broker configuration (KIP-226) to cover additional replication-related settings including `fetch.max.bytes`, `replica.fetch.max.bytes`, `replica.fetch.backoff.ms`, `replica.lag.time.max.ms`, and others, enabling live tuning without broker restarts. These configs currently require a full broker restart to change, which is operationally disruptive during incidents involving replication lag or throttling.
Details
| Author | Cheng Tan |
| Status | Discussion |
| JIRA | KAFKA-9683 |
| Wiki | View on Apache Wiki |
| Created | 2020-03-08 |
| Last Modified | 2020-03-24 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.