ableegoldman commented on a change in pull request #10788: URL: https://github.com/apache/kafka/pull/10788#discussion_r682235008
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ########## @@ -935,6 +944,14 @@ void shutdown(final boolean clean) { return tasksToCloseDirty; } + public void updateCurrentAssignmentTopology(final Set<String> assignedNamedTopologies) { + topologyMetadata.updateCurrentAssignmentTopology(assignedNamedTopologies); Review comment: Removed until it's needed, if it is -- 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