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
[Prerequisites](#prerequisites) • [Examples](#examples) • [Michelin Blog IT](https://blogit.michelin.io/processing-error-handling-in-kafka-streams) • [Current London 2025](#current-london-2025)
11
+
[Prerequisites](#prerequisites) • [Examples](#examples) • [Michelin IT Blog](https://blogit.michelin.io/processing-error-handling-in-kafka-streams) • [Current London 2025](#current-london-2025)
12
12
13
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
@@ -27,6 +27,10 @@ Available since Apache Kafka 3.9.0, this example showcases the use of the Kafka
27
27
- Processing Error Handling with [DSL](/dsl).
28
28
- Processing Error Handling with [Processor API](/processor-api).
29
29
30
+
## Michelin IT Blog
31
+
32
+
The full article on processing error handling in Kafka Streams is available on the [Michelin IT Blog](https://blogit.michelin.io/processing-error-handling-in-kafka-streams).
33
+
30
34
## Current London 2025
31
35
32
36
Processing Error Handling (KIP-1033) has been presented at [Current London 2025](https://current.confluent.io/london/agenda). Slides are available [here](.readme/Slides_Processing_Exception_Handling.pptx).
0 commit comments