[
https://issues.apache.org/jira/browse/KAFKA-19984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated KAFKA-19984:
-----------------------------------
Fix Version/s: 4.3.0
> 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
> Priority: Minor
> Fix For: 4.3.0
>
>
> {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)