ableegoldman commented on a change in pull request #11381: URL: https://github.com/apache/kafka/pull/11381#discussion_r722480165
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java ########## @@ -299,6 +301,7 @@ public boolean isRunning() { private final java.util.function.Consumer<Long> cacheResizer; private java.util.function.Consumer<Throwable> streamsUncaughtExceptionHandler; + private final Map<String, java.util.function.Consumer<Throwable>> topologyExceptionHandlers; Review comment: Good catch, yes we should clean up after a topology is removed -- 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