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/5d8603e53c9de78623fb8cf3ea8620a2 to your computer and use it in GitHub Desktop.
Save adamkotwasinski/5d8603e53c9de78623fb8cf3ea8620a2 to your computer and use it in GitHub Desktop.
Kafka server 2 that will have only client traffic routed through Envoy proxy
broker.id=2
listeners=CLIENT://127.0.0.1:9093,REPLICATION://127.0.0.1:9193
listener.security.protocol.map=CLIENT:PLAINTEXT,REPLICATION:PLAINTEXT
advertised.listeners=CLIENT://127.0.0.1:19093,REPLICATION://127.0.0.1:9193
inter.broker.listener.name=REPLICATION
log.dirs=/home/adam.kotwasinski/broker2
zookeeper.connect=localhost:42181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment