Chia-Ping Tsai created KAFKA-19984:
--------------------------------------
Summary: Throttle-related dynamic configurations should not have
the `isReadOnly` flag
Key: KAFKA-19984
URL: https://issues.apache.org/jira/browse/KAFKA-19984
Project: Kafka
Issue Type: Bug
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
{code:java}
ConfigEntry(name=leader.replication.throttled.rate, value=10000,
source=DYNAMIC_BROKER_CONFIG, isSensitive=false, isReadOnly=true, synonyms=[],
type=LONG, documentation=null)
{code}
see the output above. That result is weird because those values are definitely
not READONLY
leader.replication.throttled.rate
follower.replication.throttled.rate
replica.alter.log.dirs.io.max.bytes.per.second
--
This message was sent by Atlassian Jira
(v8.20.10#820010)