hashgraph / guardian

The Guardian is an innovative open-source platform that streamlines the creation, management, and verification of digital environmental assets. It leverages a customizable Policy Workflow Engine and Web3 technology to ensure transparent and fraud-proof operations, making it a key tool for transforming sustainability practices and carbon markets.
Apache License 2.0
105 stars 133 forks source link

Redis Sentinel support for api-gateway #4394

Open retheeshskumar opened 3 days ago

retheeshskumar commented 3 days ago

Problem description

api-gateway Guadian service doesn't support Redis sentinel. Redis Sentinel provides high availability for Redis when not using Redis Cluster.

Step to reproduce

Steps to reproduce the behavior:

  1. Build docker image
  2. Run in Kubernetes environment.
  3. Currently it has option to provide only Redis hosts and not Sentinel hosts list.

Expected behavior

The api-gateway shouldwork properly with Redis or Redis sentinel