Last active
December 23, 2018 03:01
-
-
Save william8th/508b4db657e3c9662a292b3b409e6252 to your computer and use it in GitHub Desktop.
Dev Kafka Cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get license.json from Landoop | |
docker run -p 3030:3030 -p 9092:9092 -p 2181:2181 -p 3031:3031 --rm \ | |
-e LICENSE="$(cat ./license.json)" \ | |
-e SAMPLEDATA=0 \ | |
-e KAFKA_AUTO_CREATE_TOPICS_ENABLE=false \ | |
-e KAFKA_ADVERTISED_HOST_NAME=localhost \ | |
landoop/kafka-lenses-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment