Repository navigation

#

resiliency-patterns

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+.

C#
13924
6 天前

Resiliency patterns for golang

Go
2306
6 个月前

Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.

C#
140
3 年前

Plug-in for the Polly Cache policy supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache.

C#
33
1 年前

🛡️ Laravel Idempotency Middleware package to prevent duplicate requests

PHP
22
8 天前

Luffy is a simple resilience and transient-fault handling library

C#
22
8 年前

Sapher seeks to help developers implement communication between services in a microservices context, and was built with choreographed sagas in mind

C#
10
6 年前

Kotlin Multiplatform fault-tolerance library with Ktor integration

Kotlin
7
1 年前

A Resiliency library for wrapping dependency calls. Inspired by Hystrix

C#
6
4 年前

Implement microservices using Spring Cloud. establish communication between microservices, enable load balancing, scaling up and down of microservices. centralize the configuration of microservices with Spring Cloud Config Server. Implement Eureka Server, circuit breaker pattern

Java
5
2 年前

PollyScript is a JavaScript 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. PollyScript is a port of the Polly library from .NET.

TypeScript
3
5 年前

An async semaphore-based bulkhead implementation

Rust
1
3 年前