adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
4 stars 0 forks source link

Implement redundancy and failover strategies for high availability E3. #255

Open chendiblessing opened 1 week ago

chendiblessing commented 1 week ago

Description: Design and implement redundancy and failover strategies to ensure high availability of the DIDComm mediator server. This includes deploying multiple instances of the server, setting up database replication, and configuring load balancers to switch traffic to healthy instances in the event of a failure.

Acceptance Criteria: