mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Update kafka
fix port
This commit is contained in:
parent
ad87f324b9
commit
6a59341eef
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ services:
|
||||||
- zookeeper.example.com
|
- zookeeper.example.com
|
||||||
environment:
|
environment:
|
||||||
- KAFKA_BROKER_ID=1
|
- 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_ADVERTISED_LISTENERS=PLAINTEXT://kafka.example.com:9092
|
||||||
- KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1
|
- KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1
|
||||||
- KAFKA_MESSAGE_MAX_BYTES=1048576 # 1 * 1024 * 1024 B
|
- KAFKA_MESSAGE_MAX_BYTES=1048576 # 1 * 1024 * 1024 B
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue