Docker Kafka
A hello world example of how to use Kafka with python. You can run the consumer
in one terminal with python consumer.py
and the producer in another with
python producer.py
and watch some counters increment.
index : docker-kafka | ||
Hello World example with Python and Kafka |
aboutsummaryrefslogtreecommitdiff |
A hello world example of how to use Kafka with python. You can run the consumer
in one terminal with python consumer.py
and the producer in another with
python producer.py
and watch some counters increment.