From: UNNAVA Date: Mon, 6 Apr 2020 15:01:26 +0000 (-0400) Subject: reduce the offsets topic partitions X-Git-Tag: 6.0.0-ONAP~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F62%2F105162%2F2;p=dmaap%2Fmessagerouter%2Fmessageservice.git reduce the offsets topic partitions Issue-ID: DMAAP-1418 Change-Id: I168b4eadaa36fcfb7639035aaf2915416809848d Signed-off-by: UNNAVA --- 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: