A sample project for message passing with kafka
In order to run this project you are required to have the following softwares installed
- docker-compose
- docker
- python 3
First you'll have to start the kafka server using
docker-compose up Once the kafka server is up then you can open 2 separate terminals. First install the necessary requirements using
pip install -r requirements.txtAfterwards in the first terminal run
python src/consumer.pyin the second instance of the terminal run
python src/producer.py