Skip to content

Commit 0e1f871

Browse files
authored
Merge pull request #15 from pomber/patch-1
Fix KAFKA_ADVERTISED_LISTENERS port
2 parents 1f25d8d + d1dc0e9 commit 0e1f871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zk-single-kafka-multiple.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
- "9094:9094"
5555
environment:
5656
# add the entry "127.0.0.1 kafka1" to your /etc/hosts file
57-
KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://kafka3:9093"
57+
KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://kafka3:9094"
5858
KAFKA_ZOOKEEPER_CONNECT: "zoo1:2181"
5959
KAFKA_BROKER_ID: 3
6060
KAFKA_LOG4J_LOGGERS: "kafka.controller=INFO,kafka.producer.async.DefaultEventHandler=INFO,state.change.logger=INFO"

0 commit comments

Comments
 (0)