mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: also fix GitLab configuration for Kafka
This commit is contained in:
@@ -27,7 +27,7 @@ run tests:
|
||||
# kafka
|
||||
ALLOW_PLAINTEXT_LISTENER: "yes"
|
||||
KAFKA_BROKER_ID: "1"
|
||||
KAFKA_CFG_LISTENERS: "PLAINTEXT://:9092"
|
||||
KAFKA_CFG_LISTENERS: "PLAINTEXT://:9092,CONTROLLER://:9093"
|
||||
KAFKA_CFG_ADVERTISED_LISTENERS: "PLAINTEXT://kafka:9092"
|
||||
KAFKA_CFG_ZOOKEEPER_CONNECT: "zookeeper:2181"
|
||||
# redis
|
||||
|
||||
Reference in New Issue
Block a user