Skip to content

Instantly share code, notes, and snippets.

@adamkotwasinski
Created February 20, 2020 20:04
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 adamkotwasinski/556988ed2baa30d56c8fced8f5dcb2cc to your computer and use it in GitHub Desktop.
Save adamkotwasinski/556988ed2baa30d56c8fced8f5dcb2cc to your computer and use it in GitHub Desktop.
Kafka server 1 that will have all incoming traffic routed through Envoy proxy
broker.id=1
listeners=PLAINTEXT://127.0.0.1:9092
advertised.listeners=PLAINTEXT://127.0.0.1:19092
log.dirs=/home/adam.kotwasinski/broker1
zookeeper.connect=localhost:42181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment