Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-8857

Config describe should not return isReadOnly=false based on synonyms

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.0
    • admin
    • None

    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

          Activity

            People

              rsivaram Rajini Sivaram
              rsivaram Rajini Sivaram
              Manikumar Manikumar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: