updated compose
This commit is contained in:
parent
28d55a9d7a
commit
d88f1a10b1
|
|
@ -23,7 +23,7 @@ services:
|
|||
|
||||
# If you connect from OUTSIDE the LXC over LAN,
|
||||
# change 'localhost' below to the LXC IP (e.g. 192.168.1.50)
|
||||
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka-broker:29092,PLAINTEXT_HOST://localhost:9092
|
||||
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka-broker:29092,PLAINTEXT_HOST://10.10.2.18:9092
|
||||
|
||||
# Single-broker-safe replication settings
|
||||
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue