Ben Stopford created KAFKA-4177: ----------------------------------- Summary: Replication Throttling: Remove ThrottledReplicationRateLimit from Server Config Key: KAFKA-4177 URL: https://issues.apache.org/jira/browse/KAFKA-4177 Project: Kafka Issue Type: Improvement Components: replication Affects Versions: 0.10.1.0 Reporter: Ben Stopford
Replication throttling included the concept of a dynamic broker config (currently for just one property: ThrottledReplicationRateLimit). On reflection it seems best to not include this in KafkaConfig, but rather validate only in AdminUtils. Remove the property ThrottledReplicationRateLimit and related config from KafkaConfig and add validation in AdminUtils where the value can be applied/changed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)