mjsax commented on a change in pull request #8483: URL: https://github.com/apache/kafka/pull/8483#discussion_r421863398
########## File path: streams/test-utils/src/test/java/org/apache/kafka/streams/TopologyTestDriverTest.java ########## @@ -1643,6 +1663,8 @@ public void process(final String key, final String value) { new KeyValue<>("A", "recurse-alpha") )) ); + + assertThat(topologyTestDriver.producedTopicNames(), hasItem("globule-topic")); Review comment: There is no global table changelog topic -- this test really only write into the global input topic and your verification step was to verify that this write is picked up. Will add a corresponding test in a follow up PR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org