gRPC & ASP.NET Core 3.1: Resiliency with Polly

added by DotNetKicks
4/1/2020 3:15:24 PM

1676 Views

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2+. Many faults are transient and may self-correct after a short delay.


0 comments