conduktor.io ↗

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

Fetch

Details

AuthorBen Stopford
StatusAccepted
Kafka Version1.0
JIRAKAFKA-1464
WikiView on Apache Wiki
Created2016-08-08
Last Modified2016-11-07
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.