diff options
author | UNNAVA <su622b@att.com> | 2020-04-06 11:01:26 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2020-04-06 15:02:39 +0000 |
commit | c0c66aedd3d3ff141e1a9c13afb5e7621cb21731 (patch) | |
tree | 3dab4b282334387c7c5ba4fbe3949f41ac68bb61 /src/main | |
parent | 48faaac39e5a6ca7c3c68a0a6bd2c8f7ba85ec24 (diff) |
reduce the offsets topic partitions
Issue-ID: DMAAP-1418
Change-Id: I168b4eadaa36fcfb7639035aaf2915416809848d
Signed-off-by: UNNAVA <su622b@att.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/docker-compose/docker-compose.yml | 2 |
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: |