cadonna commented on a change in pull request #10317: URL: https://github.com/apache/kafka/pull/10317#discussion_r596184003
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java ########## @@ -580,4 +562,118 @@ private String getBrokerSideConfigValue(final Config brokerSideTopicConfig, return topicsToCreate; } + + /** + * Sets up internal topics. + * + * Either the given topic are all created or the method fails with an exception. + * + * @param topicConfigs internal topics to setup + */ + public void setup(final Map<String, InternalTopicConfig> topicConfigs) { Review comment: Yes, I agree that cleaning up would be a good idea. ---------------------------------------------------------------- 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