quickstarts/resiliency
greenie-msft 332ac444a4
Add Resiliency section to QuickStarts README (#780)
* Add Resiliency section to QuickStarts README

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Fix spelling of CB and also fix missing components path

* Fixing grammar again :)

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

---------

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2023-01-31 13:50:51 -08:00
..
README.md Add Resiliency Quickstarts for Service Invoke and State Management (#744) 2022-11-16 14:57:45 -08:00
service-to-component-resiliency.md Add Resiliency Quickstarts for Service Invoke and State Management (#744) 2022-11-16 14:57:45 -08:00
service-to-service-resiliency.md Add Resiliency section to QuickStarts README (#780) 2023-01-31 13:50:51 -08: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