Question on Avro serialization/deserialization #576
Unanswered
calloncampbell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our team is considering using the Kafka extension from a Function App and we're wondering how Avro serialization exceptions are handled, as it's not clear in the source code. We're using the schema registry; however, there are situations where the wrong message is pushed to a Kafka stream, resulting in a serialization exception.
What would happen in this case when using the Kafka extension from an Azure Function app? Would the exception be caught in a try..catch block (C#), which would allow us to handle it accordingly?
Beta Was this translation helpful? Give feedback.
All reactions