[Question] How to deserialize Kafka Stream with Avro? #797
Unanswered
igoriok3001
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you try this suggestion? #592 (comment) Looks like we missed exposing avro related APIs and will expose them in coming releases. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Kafka stream serialized with Avro, if you are using Scala or Java for Spark, then it is just a simple call to a function "from_avro".
More can be read here: https://databricks.com/blog/2018/11/30/apache-avro-as-a-built-in-data-source-in-apache-spark-2-4.html
How can I re-use "from_avro" in .net Spark?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions