This repo contains demo of Polly with Auto retry and Circuit breaker implementation
Here we have 3 projects
- ErrorApi -> Project with API throwing exception.
- CircuitBreaker.Demo -> Having Circuit breaker implementation on exception.
- Polly.Demo -> Having Auto retry logic implementation.