You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: