This repo contains tests used to write the blogpost "Exchanging AVRO messages between confluent_kafka & (Py)Spark".
- Spark 3.1.2, you should have spark installed at the system level. To install it on macos you can follow this tutorial.
- Poetry
- Docker
- Install dependencies above
make setup-env
docker-compose up
... wait till kafka & schema registry is upmake tests