Describe the need
For fetching from Redis, currently for DCross, if connection status not found in in-memory, third API is called. Need to add a step to check in Redis as well before calling the third party API. In-memory needs to be updated after reading from Redis, if connection status found from Redis.
Assuming,
Custom layer to take care of logic of saving connection status data into Redis. DMA would only be reading the data.
Scenario - In case pod restarts, we will lose the connectivity status and to reduce the third party api call for the connectivity status(VMN) we need to store in redis.
Fetching - Stream base
Library Version
No response
Relevant log output
Code of Conduct
Describe the need
For fetching from Redis, currently for DCross, if connection status not found in in-memory, third API is called. Need to add a step to check in Redis as well before calling the third party API. In-memory needs to be updated after reading from Redis, if connection status found from Redis.
Assuming,
Custom layer to take care of logic of saving connection status data into Redis. DMA would only be reading the data.
Scenario - In case pod restarts, we will lose the connectivity status and to reduce the third party api call for the connectivity status(VMN) we need to store in redis.
Fetching - Stream base
Library Version
No response
Relevant log output
Code of Conduct