Skip to content

BubaVV/kafka_docker_helloworld

Repository files navigation

Minimal setup of containerized Kafka with minimal producer and consumer

How to run:

  1. Install requirements to venv or globally
  2. $ docker-compose up
  3. $ python producer.py - it should finish without errors in few seconds
  4. $ 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

About

Minimal setup of dockered Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages