We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f25d8d + d1dc0e9 commit 0e1f871Copy full SHA for 0e1f871
zk-single-kafka-multiple.yml
@@ -54,7 +54,7 @@ services:
54
- "9094:9094"
55
environment:
56
# add the entry "127.0.0.1 kafka1" to your /etc/hosts file
57
- KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://kafka3:9093"
+ KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://kafka3:9094"
58
KAFKA_ZOOKEEPER_CONNECT: "zoo1:2181"
59
KAFKA_BROKER_ID: 3
60
KAFKA_LOG4J_LOGGERS: "kafka.controller=INFO,kafka.producer.async.DefaultEventHandler=INFO,state.change.logger=INFO"
0 commit comments