docker: shorten rebalance delay during tests

This commit is contained in:
Vincent Bernat
2025-07-12 18:40:03 +02:00
parent 85226d0326
commit 41c899bf0a

View File

@@ -25,6 +25,7 @@ services:
KAFKA_CFG_NODE_ID: 0
KAFKA_CFG_PROCESS_ROLES: controller,broker
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: 0@kafka:9096
KAFKA_CFG_GROUP_INITIAL_REBALANCE_DELAY_MS: 500
# We have two sets of listeners: INTERNAL that is used from inside the docker
# compose network and listens on "kafka" and EXTERNAL that is mapped to
# the host network and listens on "localhost".