ableegoldman commented on a change in pull request #11808: URL: https://github.com/apache/kafka/pull/11808#discussion_r815205312
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/namedtopology/KafkaStreamsNamedTopologyWrapper.java ########## @@ -149,6 +149,10 @@ public NamedTopologyBuilder newNamedTopologyBuilder(final String topologyName) { return Optional.ofNullable(topologyMetadata.lookupBuilderForNamedTopology(name)).map(InternalTopologyBuilder::namedTopology); } + public Collection<NamedTopology> getAllTopologies() { + return getAllTopologies(); Review comment: this looks like an infinite loop? -- 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