mjsax commented on code in PR #21535:
URL: https://github.com/apache/kafka/pull/21535#discussion_r2898159747


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorNode.java:
##########
@@ -209,8 +209,8 @@ public void process(final Record<KIn, VIn> record) {
             // like Scala or Kotlin do not, and thus we need to catch 
`Exception`
             // (instead of `RuntimeException`) to work well with those 
languages
 
-            // If the processing exception handler is not set,
-            // rethrow the exception to let it bubble up to the uncaught 
exception handler.
+            // By default, The processing exception handler is only set for 
regular stream tasks, not for

Review Comment:
   nit: `By default, [t]he ...`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to