Skip to content

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

Notifications You must be signed in to change notification settings

peter-csala/resilience-service-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages