KIP-73 — Replication Quotas
Accepted Kafka 1.0 BrokerAdmin
Introduces replication throttling via per-topic `leader.replication.throttled.replicas`/`follower.replication.throttled.replicas` configurations and per-broker `leader.replication.throttled.rate`/`follower.replication.throttled.rate` rate limits. Without throttling, data-intensive administrative operations (partition rebalancing, broker add/remove) saturate inter-broker network links and degrade producer/consumer latency unpredictably.
Protocol Impact
Details
| Author | Ben Stopford |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-1464 |
| Wiki | View on Apache Wiki |
| Created | 2016-08-08 |
| Last Modified | 2016-11-07 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.