Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit bc5b646

Browse files
committed
update the consumer-group name
1 parent f600bce commit bc5b646

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

helm/eks-dev-values.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resources:
4040
memory: 10Gi
4141
requests:
4242
cpu: 250m
43-
memory: 5Gi
43+
memory: 7Gi
4444

4545
tolerations: []
4646

@@ -53,9 +53,8 @@ config:
5353
HYDRA_SCHEMA_REGISTRY_URL: https://dvs-dev-schema-registry.eplur-staging.vnerd.com:8081
5454
HYDRA_V2_METADATA_CONTACT: '#dev-data-platform'
5555
HYDRA_REPLICATION_FACTOR: 1
56-
HYDRA_V2_METADATA_CONSUMER_GROUP: 'v2MetadataConsumer'
56+
HYDRA_V2_METADATA_CONSUMER_GROUP: 'dev-cluster-v2MetadataConsumer'
5757
HYDRA_V2_CREATE_TOPICS_ENABLED: 'true'
5858
HYDRA_V2_METADATA_CREATE_ON_STARTUP: 'true'
5959
HYDRA_MIN_INSYNC_REPLICAS: 1
6060

61-

0 commit comments

Comments
 (0)