| App-vNext/Polly |
12,697 |
|
649 |
2,911 |
about 2 years ago |
73 |
November 14, 2023 |
10 |
bsd-3-clause |
C# |
| 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.0+. |
| resilience4j/resilience4j |
10,533 |
|
40 |
150 |
3 months ago |
29 |
June 29, 2023 |
183 |
apache-2.0 |
Java |
| Resilience4j is a fault tolerance library designed for Java8 and functional programming |
| failsafe-lib/failsafe |
4,032 |
|
92 |
161 |
over 2 years ago |
34 |
September 18, 2021 |
54 |
apache-2.0 |
Java |
| Fault tolerance and resilience patterns for the JVM |
| failsafe-go/failsafe-go |
417 |
|
0 |
0 |
over 2 years ago |
0 |
|
10 |
apache-2.0 |
Go |
| Fault tolerance and resilience patterns for Go |
| sunng87/diehard |
316 |
|
0 |
0 |
over 2 years ago |
31 |
September 20, 2020 |
7 |
epl-2.0 |
Clojure |
| Clojure resilience library for flexible retry, circuit breaker and rate limiter |
| Polly-Contrib/Polly.Contrib.WaitAndRetry |
86 |
|
1 |
19 |
over 3 years ago |
3 |
May 02, 2020 |
6 |
other |
C# |
| Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies. |
| dodopizza/httpclient-resilience-policies |
76 |
|
0 |
0 |
about 3 years ago |
8 |
April 06, 2023 |
7 |
apache-2.0 |
C# |
| This library extends IHttpClientBuilder with easy to use resilience policies for the HttpClient. |
| genesys/mollitia |
38 |
|
0 |
3 |
over 2 years ago |
10 |
April 11, 2023 |
0 |
mit |
TypeScript |
| JavaScript Resilience Library |
| resilience4clj/resilience4clj-circuitbreaker |
37 |
|
0 |
0 |
over 6 years ago |
4 |
April 07, 2019 |
0 |
mit |
Clojure |
| Resilience4Clj circuit breaker lets you decorate a function call (usually with a potential of external failure) with a safety mechanism to interrupt the propagation of failures. |
| ylgrgyq/resilience-for-clojure |
31 |
|
0 |
0 |
about 5 years ago |
9 |
February 10, 2020 |
0 |
mit |
Clojure |
| A Clojure wrapper over Resilience4j |