Skip to content

[FEAT]: DMA to fetch the connectivity status from redis before invoking the third party API (VMN) #72

@kaushalaroraharman

Description

@kaushalaroraharman

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions