You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2021/03/18 21:02:00 UTC

[jira] [Created] (KAFKA-12502) Quorum controller should return topic configs in CreateTopic response

Jason Gustafson created KAFKA-12502:
---------------------------------------

             Summary: Quorum controller should return topic configs in CreateTopic response
                 Key: KAFKA-12502
                 URL: https://issues.apache.org/jira/browse/KAFKA-12502
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


Configs were added to the response in version 5. 
{code}
      { "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." }
      ]}
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)