[ 
https://issues.apache.org/jira/browse/KAFKA-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325345#comment-17325345
 ] 

Ryan Dielhenn commented on KAFKA-12502:
---------------------------------------

Added KAFKA-12692 as a prerequisite.

> 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: Ryan Dielhenn
>            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.3.4#803005)

Reply via email to