Handling Failures in Message Driven Architecture

added by DotNetKicks
6/23/2021 9:59:16 PM

957 Views

Many great libraries help to add resilience and fault tolerance by handling failures in a message driven architecture. However, it's not just as simple as adding retries, timeouts, circuit breakers, etc., globally to all network calls. Many implications are specific to the context of the request being processed.


0 comments