quickstarts/resiliency
Bilgin Ibryam 29bc56bdc2
Resiliency s2s missing resource path
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2025-03-25 13:53:18 +00:00
..
README.md Fixes some Go samples (#782) 2023-02-02 16:31:32 -08:00
service-to-component-resiliency.md fix merge conflict 2023-02-15 23:55:49 +05:30
service-to-service-resiliency.md Resiliency s2s missing resource path 2025-03-25 13:53:18 +00:00

README.md

Dapr resiliency

Dapr provides a capability for defining and applying fault tolerance resiliency policies (retries/back-offs, timeouts and circuit breakers) via a resiliency spec. Resiliency specs are saved in the same location as components specs and are applied when the Dapr sidecar starts. The sidecar determines how to apply resiliency policies to your Dapr API calls.

In this Quickstart, you will observe Dapr resiliency capabilities by simulating a system failure. You have the option of using the service invocation quickstarts to demonstrate Dapr resiliency between service-to-service communication, or the state management quickstart to demonstrate resiliency between apps and components.

Select resiliency quickstart

  • For service-to-service resiliency, see here
  • For service-to-component resiliency, see here