Chia-Ping Tsai created KAFKA-20125:
--------------------------------------

             Summary: 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


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