You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ben Stopford (JIRA)" <ji...@apache.org> on 2016/09/16 07:58:20 UTC

[jira] [Created] (KAFKA-4177) Replication Throttling: Remove ThrottledReplicationRateLimit from Server Config

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)