Skip to content

Instantly share code, notes, and snippets.

@adamkotwasinski
Last active February 20, 2020 21: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/dd81cb38adebd485e62d7af4702a975c to your computer and use it in GitHub Desktop.
Save adamkotwasinski/dd81cb38adebd485e62d7af4702a975c to your computer and use it in GitHub Desktop.
Kafka server 1 that will have only client traffic routed through Envoy proxy
broker.id=1
listeners=CLIENT://127.0.0.1:9092,REPLICATION://127.0.0.1:9192
listener.security.protocol.map=CLIENT:PLAINTEXT,REPLICATION:PLAINTEXT
advertised.listeners=CLIENT://127.0.0.1:19092,REPLICATION://127.0.0.1:9192
inter.broker.listener.name=REPLICATION
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