wcarlson5 commented on a change in pull request #9273:
URL: https://github.com/apache/kafka/pull/9273#discussion_r499737675



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##########
@@ -529,8 +541,7 @@ public void run() {
                 }
             }
 
-            log.error("Encountered the following exception during processing " 
+
-                "and the thread is going to shut down: ", e);
+            handleStreamsUncaughtException(e);
             throw e;

Review comment:
       you are right. It caused a problem with Clients with a single thread as 
well I moved it into run loop and this resolved the problems




----------------------------------------------------------------
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


Reply via email to