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

Quorum controller should return topic configs in CreateTopic response

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None

    Description

      Configs were added to the response in version 5.

            { "name": "Configs", "type": "[]CreatableTopicConfigs", "versions": "5+", "nullableVersions": "5+", "ignorable": true,
              "about": "Configuration of the topic.", "fields": [
              { "name": "Name", "type": "string", "versions": "5+",
                "about": "The configuration name." },
              { "name": "Value", "type": "string", "versions": "5+", "nullableVersions": "5+",
                "about": "The configuration value." },
              { "name": "ReadOnly", "type": "bool", "versions": "5+",
                "about": "True if the configuration is read-only." },
              { "name": "ConfigSource", "type": "int8", "versions": "5+", "default": "-1", "ignorable": true,
                "about": "The configuration source." },
              { "name": "IsSensitive", "type": "bool", "versions": "5+",
                "about": "True if this configuration is sensitive." }
            ]}
      

      Attachments

        Issue Links

          Activity

            People

              cmccabe Colin McCabe
              hachikuji Jason Gustafson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: