Skip to content

Instantly share code, notes, and snippets.

@p0vidl0
Created July 16, 2018 05:00
Show Gist options
  • Select an option

  • Save p0vidl0/bfcc66e02499f4bb9d2edd85da05e9e1 to your computer and use it in GitHub Desktop.

Select an option

Save p0vidl0/bfcc66e02499f4bb9d2edd85da05e9e1 to your computer and use it in GitHub Desktop.
Run kafka in docker
git clone https://github.com/wurstmeister/kafka-docker . && docker-compose up
docker run -it --rm -p 9000:9000 -e ZK_HOSTS="my.zookeeper.host.com:2181" -e APPLICATION_SECRET=letmein sheepkiller/kafka-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment