-
Updated
Oct 3, 2021 - Go
#
circuit-breaker
Here are 336 public repositories matching this topic...
Connect, secure, control, and observe services.
kubernetes
microservices
microservice
consul
api-management
architecture
proxies
resiliency
nomad
milestones
mixer
fault-injection
circuit-breaker
service-mesh
lyft-envoy
envoy
istio-proxy
polyglot-microservices
istio-mixer
istio-manager
enforce-policies
request-routing
3
ctlove0523
commented
Aug 23, 2021
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
Describe what you e
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+.
dotnet
overload
delegate
fault-handler
circuit-breaker
poly
resilience
circuit-breaker-pattern
retry-strategies
resiliency-patterns
transient-fault-handling
-
Updated
Aug 25, 2021 - C#
HTTP API Gateway
go
api
golang
microservice
api-gateway
proxy
gateway
etcd
circuit-breaker
traffic-control
backend-apis
-
Updated
Aug 6, 2021 - Go
a microservice framework for rapid development of micro services in Go with rich eco-system
go
kubernetes
registry
distributed-systems
framework
microservice
restful
grpc
cloud-native
circuit-breaker
go-restful
eco
istio
servicemesh
service-center
servicecomb
-
Updated
Sep 18, 2021 - Go
An enhanced HTTP client for Go
-
Updated
Aug 5, 2021 - Go
A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly.
nodejs
typescript
circuit-breaker
cancellation
bulkhead
cancellationtoken
fault-handling
bulkhead-isolation
backoffs
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Sep 9, 2021 - Ruby
NOT MAINTAINED! A generic high performance circuit breaker & proxy server written in Go
-
Updated
Aug 18, 2018 - Go
TimHess
commented
Sep 30, 2021
These comments don't provide any particular value and can all be removed
// arrange
// act
// assertThis should only be applied in main and does not need to be backported
Node.js circuit breaker - fails fast ⚡️
-
Updated
Oct 2, 2021 - JavaScript
TimHess
commented
Sep 30, 2021
The Music Store should be updated to use .NET 6, optionally with using the minimal API approach
Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.
go
mock
api
golang
unit-testing
solid
rest-api
dependency-injection
design-patterns
clean-architecture
circuit-breaker
solid-principles
-
Updated
Aug 18, 2021 - Go
php
microservices
microservice
guzzle
fault-tolerance
circuit-breaker
circuit-breaker-pattern
guzzle-middleware
-
Updated
Sep 30, 2021 - PHP
Hystrix compliant Node.js Circuit Breaker Library
-
Updated
Aug 12, 2021 - JavaScript
Clojure resilience library for flexible retry, circuit breaker and rate limiter
-
Updated
Sep 18, 2021 - Clojure
Circuit Breaker Pattern for PHP
-
Updated
Sep 16, 2021 - PHP
This is a full featured and free API Gateway
nodejs
javascript
api
opensource
microservices
microservice
api-management
api-gateway
proxy
gateway
apigateway
free
node-js
circuit-breaker
tree-gateway
-
Updated
Sep 15, 2021 - TypeScript
Safely is a Clojure's circuit-breaker library for handling retries in an elegant declarative way.
-
Updated
Jan 14, 2021 - Clojure
.NET Circuit Breaker Pattern Frameworks
circuit-breaker
hystrix-dashboard
netflix-hystrix
circuit-breaker-pattern
circuit-breaker-library
circuit-breaker-framework
steeltoe-components
-
Updated
May 15, 2019 - C#
ZIO-native utilities for making resilient distributed systems
-
Updated
Oct 2, 2021 - Scala
A combination of circuit breaker and timeout. The .net version of the open source Hystrix library built by Netflix.
-
Updated
Apr 21, 2021 - C#
Open
Coverage 100%
zekth
commented
Apr 6, 2021
Improve corevage to meet 100%
Code examples built for the purpose of video course: Microservices With Spring Boot And Spring Cloud
redis
microservices
spring-boot
consul
vault
spring-cloud
rate-limiting
spring-cloud-netflix
spring-cloud-config
eureka
circuit-breaker
webclient
spring-boot-actuator
spring-cloud-gateway
openfeign
resilience4j
spring-cloud-loadbalancer
-
Updated
Jul 22, 2021 - Kotlin
Description Sentinel Dashboard使用NACOS作为数据源持久化规则。【仅用于教学,如用于生产,请务必做好测试!】
-
Updated
Sep 8, 2021 - Java
Improve this page
Add a description, image, and links to the circuit-breaker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the circuit-breaker topic, visit your repo's landing page and select "manage topics."


版本:2.2.6
https://github.com/alibaba/spring-cloud-alibaba/blob/387dd46fa4d037dad3d7091fca2274d4cc1d5034/spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/registry/NacosServiceRegistry.java#L40-L60
在NacosServiceRegistry里引用NacosServiceManager是采用直接注入的方式,当在我想在项目中实现注册多个Nacos注册中心时,就没办法复用此类,建议引用NacosServiceManager的方式和引用NacosDiscoveryProper