Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Created November 9, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zarinfam/32e974d0b5c4a1c915d935c7f71e3fa5 to your computer and use it in GitHub Desktop.
Save zarinfam/32e974d0b5c4a1c915d935c7f71e3fa5 to your computer and use it in GitHub Desktop.
$ docker run --name kafka-server2 --network kafka-net -e ALLOW_PLAINTEXT_LISTENER=yes -e KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper-server:2181 -e KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://localhost:9093 -p 9093:9092 bitnami/kafka:latest -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment