[
https://issues.apache.org/jira/browse/KAFKA-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269295#comment-16269295
]
ASF GitHub Bot commented on KAFKA-6274:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/4268
> Improve KTable Source state store auto-generated names
> ------------------------------------------------------
>
> Key: KAFKA-6274
> URL: https://issues.apache.org/jira/browse/KAFKA-6274
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
> Fix For: 1.1.0, 1.0.1
>
>
> When the source KTable is generated without the store name specified, the
> auto-generated store name use {{topic}} as the store name prefix. This would
> generate the store name as
> {code}
> Processor: KTABLE-SOURCE-0000000031 (stores:
> [windowed-node-countsSTATE-STORE-0000000029])
> --> none
> <-- KSTREAM-SOURCE-0000000030
> {code}
> We'd better improve the auto-generated store name as
> {{[topic-name]-STATE-STORE-suffix}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)