Details
Description
It looks to be a bug that Kafka broker's dynamic configs for replication, like follower.replication.throttled.rate, leader.replication.throttled.rate and replica.alter.log.dirs.io.max.bytes.per.second can only be set at specific broker id, it doesn't take effect when they are set under entity-default via kafka-config command. It is inconvenient and prone to error when there are hundreds of brokers in a cluster and when we need to add more brokers sometimes.