processing.exception.handler — Kafka Kafka Streams Configuration
Exception handling class that implements the org.apache.
Description
Exception handling class that implements the org.apache.kafka.streams.errors.ProcessingExceptionHandler interface. 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.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.9 | org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler |
| 4.0 | org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler |
| 4.1 | org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler |
| 4.2 | org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.