Sunday, June 24, 2018

Polly: .NET resilience & transient-fault-handling library


The Polly Project

A tool useful for .NET based cloud apps, part of .NET foundation.
The "Polly" name is derived from "policy":
declarative handling of transient errors.


The Polly Project

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. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.1.


similar tool for Java:


podcast:


patterns described:





No comments: