circuit-breaker
There are 575 repositories under circuit-breaker topic.
istio/istio
Connect, secure, control, and observe services.
alibaba/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
alibaba/Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
App-vNext/Polly
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+.
failsafe-lib/failsafe
Fault tolerance and resilience patterns for the JVM
fagongzi/manba
HTTP API Gateway
sony/gobreaker
Circuit Breaker implemented in Go
go-chassis/go-chassis
a cloud native application framework for Go with rich eco-system
gojek/heimdall
An enhanced HTTP client for Go
failsafe-go/failsafe-go
Fault tolerance and resilience patterns for Go
connor4312/cockatiel
🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
Shopify/semian
:monkey: Resiliency toolkit for Ruby for failing fast
nodeshift/opossum
Node.js circuit breaker - fails fast ⚡️
irahardianto/service-pattern-go
Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.
jiajunhuang/guard
NOT MAINTAINED! A generic high performance circuit breaker & proxy server written in Go
ackintosh/ganesha
:elephant: A Circuit Breaker pattern implementation for PHP applications.
TencentFemas/femas
JavaAgent-based Microservice Governance Platform
minos-framework/minos-python
🐍 Minos is a framework which helps you create reactive microservices in Python
sunng87/diehard
Clojure resilience library for flexible retry, circuit breaker and rate limiter
awolden/brakes
Hystrix compliant Node.js Circuit Breaker Library
leocarmo/circuit-breaker-php
Circuit Breaker Pattern for PHP
BrunoBonacci/safely
Safely is a Clojure's circuit-breaker library for handling retries in an elegant declarative way.
TreeGateway/tree-gateway
This is a full featured and free API Gateway
dmexe/failsafe-rs
A circuit breaker implementation for rust
SocketSomeone/nestjs-resilience
🛡️ A module for improving the reliability and fault-tolerance of your NestJS applications
svroonland/rezilience
ZIO-native utilities for making resilient distributed systems
fastify/fastify-circuit-breaker
A low overhead circuit breaker for your routes
piomin/course-spring-microservices
Code examples built for the purpose of video course: Microservices With Spring Boot And Spring Cloud
KingMob/TrueGrit
A data-driven, functionally-oriented, idiomatic Clojure library for circuit breakers, bulkheads, retries, rate limiters, timeouts, etc.
SteeltoeOSS/CircuitBreaker
.NET Circuit Breaker Pattern Frameworks
pranav-patil/spring-microservices
Spring Cloud Micro Services with Eureka Discovery, Zuul Proxy, OAuth2 Security, Hystrix CircuitBreaker, Sleuth Zipkin, ELK Stack Logging, Kafka, Docker and many new features
lerouxrgd/recloser
A concurrent circuit breaker implemented with ring buffers
ThrottlingTroll/ThrottlingTroll
Rate limiting/throttling/circuit-breaking middleware for ASP.NET Core and Azure Functions. Supports Redis and many other distributed counter stores.
eacdy/Sentinel-Dashboard-Nacos
Description Sentinel Dashboard使用NACOS作为数据源持久化规则。【仅用于教学,如用于生产,请务必做好测试!】
Travix-International/Hystrix.Dotnet
A combination of circuit breaker and timeout. The .net version of the open source Hystrix library built by Netflix.
luizalabs/lasier
A sync/async circuit breaker implementation in Python