sebastienviale commented on code in PR #18233: URL: https://github.com/apache/kafka/pull/18233#discussion_r1937326984
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java: ########## @@ -2333,4 +2341,33 @@ public <KIn, VIn, KOut, VOut> WrappedProcessorSupplier<KIn, VIn, KOut, VOut> wra processorWrapper.wrapProcessorSupplier(name, processorSupplier) ); } + + public void addUnprovidedInternalTopics(final InternalResourcesNaming internalResourcesNaming) { Review Comment: changed to addImplicitInternalNames -- 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