Update kafka

fix port
This commit is contained in:
moataz-moussa 2019-05-21 14:12:17 +02:00 committed by GitHub
parent ad87f324b9
commit 6a59341eef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ services:
- zookeeper.example.com
environment:
- KAFKA_BROKER_ID=1
- KAFKA_ZOOKEEPER_CONNECT=zookeeper.example.com:2181
- KAFKA_ZOOKEEPER_CONNECT=zookeeper.example.com:32181
- KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka.example.com:9092
- KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1
- KAFKA_MESSAGE_MAX_BYTES=1048576 # 1 * 1024 * 1024 B