Finity is a .NET Core resilience and Fault tolerance library that allows developers to extend IHttpClientFactory such as Retry, Circuit Breaker, Caching, Authentication and, Bulkhead Isolation.
-
Updated
Dec 26, 2022 - C#
Finity is a .NET Core resilience and Fault tolerance library that allows developers to extend IHttpClientFactory such as Retry, Circuit Breaker, Caching, Authentication and, Bulkhead Isolation.
NHystrix is inspired by Netflix/Hystrix (https://github.com/Netflix/Hystrix): a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
ResilientSharp is a library that provides a simple yet flexible way to add resilience and fault-tolerance to your application using the Circuit Breaker pattern.
Provides sample implementations of the Polly library using decorator pattern and Autofac.
Add a description, image, and links to the bulkhead topic page so that developers can more easily learn about it.
To associate your repository with the bulkhead topic, visit your repo's landing page and select "manage topics."