Description
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.
Attachments
Issue Links
- links to