Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.1.0
-
None
Description
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.