Skip to content

Instantly share code, notes, and snippets.

@kanuku
Created December 4, 2019 17:30
Show Gist options
  • Save kanuku/3377446af49d8b0d2ddd473159145fc8 to your computer and use it in GitHub Desktop.
Save kanuku/3377446af49d8b0d2ddd473159145fc8 to your computer and use it in GitHub Desktop.
How to start kafka with docker for developement
docker run --rm -it -p 2181:2181 -p 3030:3030 -p8081:8081 -p 8082:8082 -p 8083:8083 -p 9092:9092 -e ADV_HOST=127.0.0.1 landoop/fast-data-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment