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


##########
docs/streams/developer-guide/config-streams.md:
##########
@@ -1484,6 +1485,30 @@ Serde for the inner class of a windowed record. Must 
implement the `Serde` inter
 >         }
 >     }
 
+### processing.exception.handler.global.enabled
+
+> Controls whether the configured `ProcessingExceptionHandler` is invoked for 
exceptions occurring during Global KTable processing. When set to `true`, the 
handler specified via `processing.exception.handler` will be invoked for 
exceptions occurring during Global KTable processing. When set to `false` 
(default), exceptions from Global KTables will not invoke the processing 
exception handler and will instead bubble up to the configured uncaught 
exception handler.

Review Comment:
   done



##########
docs/streams/developer-guide/config-streams.md:
##########
@@ -1484,6 +1485,30 @@ Serde for the inner class of a windowed record. Must 
implement the `Serde` inter
 >         }
 >     }
 
+### processing.exception.handler.global.enabled
+
+> Controls whether the configured `ProcessingExceptionHandler` is invoked for 
exceptions occurring during Global KTable processing. When set to `true`, the 
handler specified via `processing.exception.handler` will be invoked for 
exceptions occurring during Global KTable processing. When set to `false` 
(default), exceptions from Global KTables will not invoke the processing 
exception handler and will instead bubble up to the configured uncaught 
exception handler.
+> 
+> **Default value:** `false`

Review Comment:
   done



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