/resilience-service-design

Here you can find an oversimplified sample application which demonstrates the basics of the Polly

Primary LanguageC#

Resilience Service Design

Demo application

This is an oversimplified sample application which demonstrates the basics of the Polly.
It shows you how can you easily setup:

It does that in an asynchronous fashion.

The program simulates a faulty remote network call (async non-blocking I/O) in the SampleCallAsync (Ref)

Resilience Article

It lists a bunch of commonly used resilient patterns.
It does that in the following way:

  1. It categories it
  2. It makes clear how does it relate to similar terms or concepts
  3. It describes how does it work
  4. In some cases it lists the tweaking options (parameters)
  5. It brings some examples where it is being used and how