[ https://issues.apache.org/jira/browse/KAFKA-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14631474#comment-14631474 ]
Grant Henke commented on KAFKA-2337: ------------------------------------ This patch: - Checks all topic creation including auto-create - Fails with InvalidTopicException when topics collide (periods and underscores in the same position) - Warns when a topic with a period or underscore is created via kafka-topics.sh > Verify that metric names will not collide when creating new topics > ------------------------------------------------------------------ > > Key: KAFKA-2337 > URL: https://issues.apache.org/jira/browse/KAFKA-2337 > Project: Kafka > Issue Type: Bug > Reporter: Gwen Shapira > Assignee: Grant Henke > Attachments: KAFKA-2337.patch > > > When creating a new topic, convert the proposed topic name to the name that > will be used in metrics and validate that there are no collisions with > existing names. > See this discussion for context: http://s.apache.org/snW -- This message was sent by Atlassian JIRA (v6.3.4#6332)