This project will implement a solution, where Avro messages can be consumed from Avro using Spark (before 2.4).
Situations we need to solve with this project:
- an Avro message is available in a Kafka topic and need to be consumed and interpreted as a DataFrame.
Situations we do not have to solve with this project:
...
- Messages are serialized avro objects
- Has to work with Spark in version 2.3.x
See here for the implementation.