reduce the offsets topic partitions 62/105162/2
authorUNNAVA <su622b@att.com>
Mon, 6 Apr 2020 15:01:26 +0000 (11:01 -0400)
committersunil unnava <su622b@att.com>
Mon, 6 Apr 2020 15:02:39 +0000 (15:02 +0000)
Issue-ID: DMAAP-1418
Change-Id: I168b4eadaa36fcfb7639035aaf2915416809848d
Signed-off-by: UNNAVA <su622b@att.com>
src/main/resources/docker-compose/docker-compose.yml

index 9878c3c..43b1cae 100644 (file)
@@ -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: