ableegoldman commented on a change in pull request #10609: URL: https://github.com/apache/kafka/pull/10609#discussion_r632024345
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java ########## @@ -2035,6 +2035,11 @@ private void updateSubscribedTopics(final Set<String> topics, final String logPr return maybeDecorateInternalSourceTopics(sourceTopicNames); } + public boolean hasNamedTopologies() { + // TODO Review comment: Yep, that's covered by [Pt. 2](https://github.com/apache/kafka/pull/10683) -- the PR is available for review, but it's on top of this PR so it's probably going to be difficult to review until this one is merged -- 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