[ https://issues.apache.org/jira/browse/KAFKA-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974878#comment-15974878 ]
ASF GitHub Bot commented on KAFKA-5072: --------------------------------------- GitHub user soumabrata-chakraborty opened a pull request: https://github.com/apache/kafka/pull/2873 KAFKA-5072[WIP]: Kafka topics should allow custom metadata configs within some config namespace @benstopford @ijuma @granthenke @junrao This change allows one to define any topic property within the namespace "metadata.*" - for e.g. metadata.description, metadata.project, metadata.contact.info, etc (More details on the JIRA) Raising a PR with [WIP] tag since I am not sure how to add this to the documentation given that the list of topic properties is auto-generated for the documentation. This contribution is my original work and I license the work to the Kafka @project under the project's open source license You can merge this pull request into a Git repository by running: $ git pull https://github.com/soumabrata-chakraborty/kafka KAFKA-5072 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2873.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2873 ---- commit 6d7abaf33d1d3754b49c599f55c505f3b1929237 Author: Soumabrata Chakraborty <soumabr...@gmail.com> Date: 2017-04-19T02:55:38Z Allow custom metadata configs within the namespace "metadata" ---- > Kafka topics should allow custom metadata configs within some config namespace > ------------------------------------------------------------------------------ > > Key: KAFKA-5072 > URL: https://issues.apache.org/jira/browse/KAFKA-5072 > Project: Kafka > Issue Type: Improvement > Components: config > Affects Versions: 0.10.2.0 > Reporter: Soumabrata Chakraborty > Assignee: Soumabrata Chakraborty > Priority: Minor > > Kafka topics should allow custom metadata configs > Such config properties may have some fixed namespace e.g. metadata* or custom* > This is handy for governance. For example, in large organizations sharing a > kafka cluster - it might be helpful to be able to configure properties like > metadata.contact.info, metadata.project, metadata.description on a topic. -- This message was sent by Atlassian JIRA (v6.3.15#6346)