Skip to content

yousef-soliman/kafka-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerize kafka for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published