wcarlson5 commented on a change in pull request #9487: URL: https://github.com/apache/kafka/pull/9487#discussion_r511148601
########## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ########## @@ -782,7 +849,12 @@ private KafkaStreams(final InternalTopologyBuilder internalTopologyBuilder, cacheSizePerThread, stateDirectory, delegatingStateRestoreListener, - i + 1); + i + 1, + KafkaStreams.this::close, Review comment: This will call closeToError but I am testing if that has a problem. So far it does not ---------------------------------------------------------------- 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