kafka-docker dockerize kafka for development Tutorial Start services with docker docker-compose up -d Install kafka client pip install kafka-python test kafka python test_consumer.py open new terminal python test_producer.py You can change any thing in kafka configurations and rebuild the image