[ https://issues.apache.org/jira/browse/KAFKA-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Colin McCabe resolved KAFKA-12502. ---------------------------------- Resolution: Duplicate > 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 > Assignee: Colin McCabe > Priority: Major > Labels: kip-500 > > 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.20.7#820007)