lucasbru commented on code in PR #20419: URL: https://github.com/apache/kafka/pull/20419#discussion_r2304638045
########## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/RestoreIntegrationTest.java: ########## @@ -191,6 +193,7 @@ public void shutdown() throws Exception { IntegrationTestUtils.purgeLocalStreamsState(streamsConfigurations); streamsConfigurations.clear(); + CLUSTER.deleteAllTopics(); Review Comment: But then I need to update the collection `createdTopics` everywhere. Bound to regress. And it won't delete internal topics. I'd rather do this. -- 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