Skip to content

Commit

Permalink
Merge pull request #15 from pomber/patch-1
Browse files Browse the repository at this point in the history
Fix KAFKA_ADVERTISED_LISTENERS port
  • Loading branch information
simplesteph authored Oct 3, 2017
2 parents 1f25d8d + d1dc0e9 commit 0e1f871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-single-kafka-multiple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- "9094:9094"
environment:
# add the entry "127.0.0.1 kafka1" to your /etc/hosts file
KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://kafka3:9093"
KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://kafka3:9094"
KAFKA_ZOOKEEPER_CONNECT: "zoo1:2181"
KAFKA_BROKER_ID: 3
KAFKA_LOG4J_LOGGERS: "kafka.controller=INFO,kafka.producer.async.DefaultEventHandler=INFO,state.change.logger=INFO"
Expand Down

0 comments on commit 0e1f871

Please sign in to comment.