Produce messages to and consume messages from a Kafka cluster using Confluent Python Client for Apache Kafka.
pip3 install -r requirements.txt
python3 <file>.py
Fill in the commented out code in the producer and consumer files. Answers are in the answers
branch