Skip to content

implement datastore that can be used by multiple epp replicas #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nirrozenbaum opened this issue Apr 9, 2025 · 2 comments
Closed

implement datastore that can be used by multiple epp replicas #671

nirrozenbaum opened this issue Apr 9, 2025 · 2 comments

Comments

@nirrozenbaum
Copy link
Contributor

nirrozenbaum commented Apr 9, 2025

as of today, epp runs as a single replica.
if one wants to run multiple replicas for high availability, each replica will have it's own in-memory cache (datastore).
it should be possible to run multiple epp replicas with a single cache that all replicas access.
one such option would be to implement a redis based datastore.

additionsl aspect of having alternative datastore (not in memory) is fast recovery from failures

@kfswain
Copy link
Collaborator

kfswain commented Apr 21, 2025

I may close this in favor of the HA issue to centralize this discussion if that is acceptable @nirrozenbaum ?

@nirrozenbaum
Copy link
Contributor Author

sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants