GitHub user benstopford opened a pull request: https://github.com/apache/kafka/pull/1906
KAFKA 4216: Control Leader & Follower Throttled Replicas Separately Splits the throttled replica configuration (the list of which replicas should be throttled for each topic) into two. One for the leader throttle, one for the follower throttle. So: quota.replication.throttled.replicas => quota.leader.replication.throttled.replicas & quota.follower.replication.throttled.replicas You can merge this pull request into a Git repository by running: $ git pull https://github.com/benstopford/kafka KAFKA-4216-seperate-leader-and-follower-throttled-replica-lists Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1906.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1906 ---- commit 03a786d4cf1bf73e7c096c226d8e3984e73d5c6f Author: Ben Stopford <benstopf...@gmail.com> Date: 2016-09-26T14:26:11Z KAFKA-4216: First cut of split of leader/follwer replica lists. commit 1570292da52a656da608669be57b7759a248af87 Author: Ben Stopford <benstopf...@gmail.com> Date: 2016-09-26T15:34:41Z KAFKA-4216: Refactored the way we calculate which replicas should be throttled. No functional change in this commit. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---