[ 
https://issues.apache.org/jira/browse/KAFKA-20125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056541#comment-18056541
 ] 

Chia-Ping Tsai commented on KAFKA-20125:
----------------------------------------

leader.replication.throttled.rate
follower.replication.throttled.rate
replica.alter.log.dirs.io.max.bytes.per.second

> Improve the docs of dynamic-only configurations
> -----------------------------------------------
>
>                 Key: KAFKA-20125
>                 URL: https://issues.apache.org/jira/browse/KAFKA-20125
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>            Priority: Minor
>
> The docs state "This property can be only set dynamically", but we allow 
> users to configure it in server.properties and it is stored as a static 
> broker config
> {code:java}
> chia7712@fedora:~/kafka_2.13-3.5.2$ ./bin/kafka-configs.sh --bootstrap-server 
> localhost:9092 --describe --entity-type brokers --all | grep -i throttled
>   leader.replication.throttled.rate=10000 sensitive=false 
> synonyms={STATIC_BROKER_CONFIG:leader.replication.throttled.rate=10000}
> {code}
> We should update the docs to explain that static configurations are ignored.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to