aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e4712a21f951f281ce143a0514778816ec3a006a (plain)
1
2
3
4
5
# 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.