Minimal setup of containerized Kafka with minimal producer and consumer
How to run:
- Install requirements to venv or globally
- $ docker-compose up
- $ python producer.py - it should finish without errors in few seconds
- $ python consumer.py - it should print received data
The same way you can use *_confluent files. They do the same, but through the confluent library