Skip to content

Commit 8f1faa9

Browse files
authored
Update README.md
1 parent 7ccf543 commit 8f1faa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<img src=".readme/kafka.png" alt="Apache Kafka"/>
44

5-
# Processing Error Handling • KIP-1033
5+
# Processing Error Handling
66

77
[![GitHub Build](https://img.shields.io/github/actions/workflow/status/michelin/processing-error-handling/push_main.yml?branch=main&logo=github&style=for-the-badge)](https://github.com/michelin/processing-error-handling/actions/workflows/push_main.yml)
88
[![Kafka Version](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%michelin%2Fprocessing-error-handling%2Fmain%2Fpom.xml&query=%2F*%5Blocal-name()%3D'project'%5D%2F*%5Blocal-name()%3D'properties'%5D%2F*%5Blocal-name()%3D'kafka-streams.version'%5D%2Ftext()&style=for-the-badge&logo=apachekafka&label=version)](https://github.com/michelin/processing-error-handling/blob/main/pom.xml)
99
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache&style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)
1010

1111
[Prerequisites](#prerequisites)[Examples](#examples)
1212

13-
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)).
1414

1515
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.
1616

@@ -25,4 +25,4 @@ Available since Apache Kafka 3.9.0, this code sample demonstrates the use of the
2525
## Examples
2626

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

Comments
 (0)