[
https://issues.apache.org/jira/browse/KAFKA-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang resolved KAFKA-6274.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.1
1.1.0
Issue resolved by pull request 4268
[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)