close
The Wayback Machine - https://web.archive.org/web/20200902054127/https://github.com/topics/circuit-breaker-pattern
Skip to content
#

circuit-breaker-pattern

Here are 20 public repositories matching this topic...

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

  • Updated May 2, 2020
  • C#
daliny
daliny commented Sep 4, 2019

at https://github.com/cep21/circuit/blob/v3.1.0/v3/example/main.go#L81

circuit.Config{} should be configured, like

circuit.Config{
General: circuit.GeneralConfig{
	OpenToClosedFactory: hystrix.CloserFactory(hystrix.ConfigureCloser{}),
	ClosedToOpenFactory: hystrix.OpenerFactory(hystrix.ConfigureOpener{}),
}

right?

Improve this page

Add a description, image, and links to the circuit-breaker-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circuit-breaker-pattern topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.