mjsax commented on code in PR #20470:
URL: https://github.com/apache/kafka/pull/20470#discussion_r2319958062


##########
streams/src/test/java/org/apache/kafka/streams/kstream/internals/graph/StreamsGraphTest.java:
##########
@@ -386,20 +392,20 @@ private int getCountOfRepartitionTopicsFound(final String 
topologyString) {
             "    Source: KSTREAM-SOURCE-0000000000 (topics: [retryTopic])\n" +
             "      --> KSTREAM-PROCESSOR-0000000001\n" +
             "    Processor: KSTREAM-PROCESSOR-0000000001 (stores: [])\n" +
-            "      --> KSTREAM-FILTER-0000000005\n" +
+            "      --> 
KSTREAM-AGGREGATE-STATE-STORE-0000000002-repartition-filter\n" +

Review Comment:
   I am not 100% sure, what triggers this re-naming, but I believe it's only 
in-memory processor names, so I believe it's ok? -- The structure of the 
topology does not change, and all stateful things (stores, topics) keep their 
names.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to