Rajini Sivaram created KAFKA-8857:
-------------------------------------
Summary: Config describe should not return isReadOnly=false based
on synonyms
Key: KAFKA-8857
URL: https://issues.apache.org/jira/browse/KAFKA-8857
Project: Kafka
Issue Type: Bug
Components: admin
Reporter: Rajini Sivaram
Assignee: Rajini Sivaram
Fix For: 2.4.0
At the moment, for configs like log.retention.hours which have multiple
synonyms (log.retention.ms, log.retention.minutes), we return
`isReadyOnly=false` in describeConfigs response for all the synomyms even
though only log.retention.ms can be updated dynamically. We should return
isReadOnly=false for log.retention.ms and isReadOnly=true for
log.retention.hours and log.retention.minutes to avoid confusion. Users can
still determine if there are updateable synonyms by looking at synonyms
returned in describeConfigs response.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)