Skip to content

Instantly share code, notes, and snippets.

@william8th
Last active December 23, 2018 03:01
Show Gist options
  • Save william8th/508b4db657e3c9662a292b3b409e6252 to your computer and use it in GitHub Desktop.
Save william8th/508b4db657e3c9662a292b3b409e6252 to your computer and use it in GitHub Desktop.
Dev Kafka Cluster
# 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