[
https://issues.apache.org/jira/browse/KAFKA-13588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874330#comment-17874330
]
Guozhang Wang commented on KAFKA-13588:
---------------------------------------
[~kangning] Sure!
As a start, I'd suggest you start looking at the deprecated `init` function and
follow all its callees, and from there working on removing that function and
referenced logic. Along the way you may try to do this at the same time.
> We should consolidate `changelogFor` methods to simplify the generation of
> internal topic names
> -----------------------------------------------------------------------------------------------
>
> Key: KAFKA-13588
> URL: https://issues.apache.org/jira/browse/KAFKA-13588
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Walker Carlson
> Priority: Minor
> Labels: newbie
> Fix For: 4.0.0
>
>
> [https://github.com/apache/kafka/pull/11611#discussion_r772625486]
> we should use `ProcessorContextUtils#changelogFor` after we remove
> `init(final ProcessorContext context, final StateStore root)` in
> `CahceingWindowStore#initInternal` — this will happen in around Dec.2022,
> which is around 3.4.0
>
> Or any other place that we generate an internal topic name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)