[ https://issues.apache.org/jira/browse/KAFKA-5979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183488#comment-16183488 ]
ASF GitHub Bot commented on KAFKA-5979: --------------------------------------- GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/3979 KAFKA-5979: Use single AtomicCounter to generate internal names You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka kafka-5979-kip-120-regression Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3979.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 #3979 ---- commit 586cb2683bf669c01c18976a25222a84b5771d30 Author: Matthias J. Sax <matth...@confluent.io> Date: 2017-09-27T23:59:36Z KAFKA-5979: Use single AtomicCounter to generate internal names ---- > kip-120 changed internal streams topic naming > --------------------------------------------- > > Key: KAFKA-5979 > URL: https://issues.apache.org/jira/browse/KAFKA-5979 > Project: Kafka > Issue Type: Bug > Components: streams > Reporter: dan norwood > Assignee: Matthias J. Sax > Priority: Blocker > Fix For: 1.0.0 > > > prior to kip-120 i had a join that made a topic named > `KSTREAM-OUTEROTHER-0000000096-store`, after 120 it is named > `KSTREAM-OUTEROTHER-0000000084-store` -- This message was sent by Atlassian JIRA (v6.4.14#64029)