bakdata / kafka-error-handling

A library for error handling in Kafka Streams.
MIT License
18 stars 3 forks source link

Provide error details as header fields #2

Closed philipp94831 closed 3 years ago

philipp94831 commented 3 years ago

Add a ValueTransformer that sends the original value along with headers detailing the error similar to Kafka Connect (https://cwiki.apache.org/confluence/display/KAFKA/KIP-298%3A+Error+Handling+in+Connect)