/WebApiPollyExample

Polly example in dotnet to use Retry, CircuitBreak and Fallback all together.

Primary LanguageC#

Resilient WebApi Example using Polly

This example shows how to use Retry, Circuit Breaker and Fallback all together to make a resilient web API service in dotnet.