AlbertChanX / docker-kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-kafka

  • kafka config from offical .tgz, edit it and mount via -volumns

  • edit /config/server.properties

  • change localhost to service name of zookeeper in docker-compose.yml, e.g.:

zookeeper.connect=zoo:2181

How to run

docker-compose up

About

License:Apache License 2.0


Languages

Language:Python 100.0%