adorsys / didcomm-mediator-rs

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

Implement fault tolerance mechanisms (e.g., retries, dead-letter queues, circuit breakers) E5. #253

Open chendiblessing opened 1 week ago

chendiblessing commented 1 week ago

Description: Develop and implement mechanisms to enhance the fault tolerance of the DIDComm mediator server. This includes integrating retry logic for failed operations, setting up dead-letter queues for undeliverable messages, and using circuit breakers to prevent cascading failures. The goal is to ensure that the server can continue to operate under adverse conditions or gracefully handle failures.

Acceptance Criteria: