You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code sample for [KIP-1033](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1033%3A+Add+Kafka+Streams+exception+handler+for+exceptions+occurring+during+processing).
13
+
Code sample for processing error handling ([KIP-1033](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1033%3A+Add+Kafka+Streams+exception+handler+for+exceptions+occurring+during+processing)).
14
14
15
15
Available since Apache Kafka 3.9.0, this code sample demonstrates the use of the Kafka Streams configuration `processing.exception.handler` to handle processing exception.
16
16
@@ -25,4 +25,4 @@ Available since Apache Kafka 3.9.0, this code sample demonstrates the use of the
25
25
## Examples
26
26
27
27
- Processing Error Handling with [DSL](/dsl).
28
-
- Processing Error Handling with [Processor API](/processor-api).
28
+
- Processing Error Handling with [Processor API](/processor-api).
0 commit comments