DeserializationExceptionHandler example #288
Closed
dvargaslantana
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @dvargaslantana, There is multiple examples in my unit test repository : https://github.com/LGouellec/kafka-streams-dotnet/blob/develop/test/Streamiz.Kafka.Net.Tests/Public/DeserializationExceptionHandlerTests.cs Btw, you can easily implement your own handler, based on the type of the exception to CONTINUE or FAIL. Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Are there any examples of the DeserializationExceptionHandler config being used? I would like to see a working example of how to implement something like this. Any help is appreciated!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions