bbejeck commented on code in PR #20470: URL: https://github.com/apache/kafka/pull/20470#discussion_r2319992952
########## 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: Yes it should be, especially since this is a `filter` we added some time ago a filter before repartitioning to filter records with a `null` key -- 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