wcarlson5 commented on a change in pull request #10407:
URL: https://github.com/apache/kafka/pull/10407#discussion_r602585671
##########
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 am not sure that extracting this all is the right thing to do. But why
don't you make a ticket and we can come back to it
--
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:
[email protected]