spark-avro icon indicating copy to clipboard operation
spark-avro copied to clipboard

spark-structured-streaming with Avro kafka messages

Open amoussoubaruch opened this issue 7 years ago • 2 comments

Hello,

I want to use spark-structured-streaming to process data fetched from kafka messages, and then store as rows cassandra database. I need one clarification. The message in kafka are serialized in Avro format. How can i deserialize the message to json for processing before storing into cassandra? Is it possible with spark 2.1.0 or 2.1.1?

Any advice or help could be appreciated. Thanks in advance

amoussoubaruch avatar Jun 24 '17 22:06 amoussoubaruch

any update on this one, when can we get this?

hardik-pandya avatar Mar 15 '18 12:03 hardik-pandya

This post show Spark 2.4 and Kafka support. https://databricks.com/blog/2018/11/30/apache-avro-as-a-built-in-data-source-in-apache-spark-2-4.html

OneCricketeer avatar Dec 10 '18 22:12 OneCricketeer