diff --git a/docs/streams/developer-guide/config-streams.html b/docs/streams/developer-guide/config-streams.html index 54ea3570e58e9..b5dc419e8dbe7 100644 --- a/docs/streams/developer-guide/config-streams.html +++ b/docs/streams/developer-guide/config-streams.html @@ -1036,7 +1036,10 @@

probing.rebalance.interval.ms

The processing exception handler allows you to manage exceptions triggered during the processing of a record. The implemented exception handler needs to return a FAIL or CONTINUE depending on the record and the exception thrown. Returning FAIL will signal that Streams should shut down and CONTINUE will signal that Streams should ignore the issue - and continue processing. The following library built-in exception handlers are available:

+ and continue processing.

+

Note: This handler applies only to regular stream processing tasks. It does not apply to global state store updates + (global threads). Exceptions occurring in global threads will bubble up to the configured uncaught exception handler.

+

The following library built-in exception handlers are available: