wcarlson5 commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602456496
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java ########## @@ -611,6 +607,9 @@ boolean runLoop() { if (processingMode == ProcessingMode.EXACTLY_ONCE_ALPHA || processingMode == ProcessingMode.EXACTLY_ONCE_BETA) { return false; } + // TODO: extract this catch block to encompass all of runLoop, in case exceptions slip through one of the Review comment: I would think that https://github.com/apache/kafka/pull/10387 should fix that by adding a thread. Because the loop needs to turn over one more time to trigger the shutdown rebalance. -- 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