summaryrefslogtreecommitdiffstats
path: root/src/main/resources/docker-compose/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/docker-compose/docker-compose.yml')
-rw-r--r--src/main/resources/docker-compose/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/docker-compose/docker-compose.yml b/src/main/resources/docker-compose/docker-compose.yml
index 9878c3c..43b1cae 100644
--- a/src/main/resources/docker-compose/docker-compose.yml
+++ b/src/main/resources/docker-compose/docker-compose.yml
@@ -40,7 +40,7 @@ services:
KAFKA_ZOOKEEPER_SET_ACL: 'true'
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
# Reduced the number of partitions only to avoid the timeout error for the first subscribe call in slow environment
- KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS: 10
+ KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS: 1
volumes:
- ./kafka/zk_client_jaas.conf:/etc/kafka/secrets/jaas/zk_client_jaas.conf
networks: