Codebase list golang-github-go-kit-kit / 3b9658d9-4065-4804-9af8-16961c419f60/upstream/0.12.0+git20220826.1.a7ba4fa circuitbreaker / doc.go
3b9658d9-4065-4804-9af8-16961c419f60/upstream/0.12.0+git20220826.1.a7ba4fa

Tree @3b9658d9-4065-4804-9af8-16961c419f60/upstream/0.12.0+git20220826.1.a7ba4fa (Download .tar.gz)

doc.go @3b9658d9-4065-4804-9af8-16961c419f60/upstream/0.12.0+git20220826.1.a7ba4fa

7e965c1
 
 
 
 
69ca559
 
 
 
7e965c1
// Package circuitbreaker implements the circuit breaker pattern.
//
// Circuit breakers prevent thundering herds, and improve resiliency against
// intermittent errors. Every client-side endpoint should be wrapped in a
// circuit breaker.
//
// We provide several implementations in this package, but if you're looking
// for guidance, Gobreaker is probably the best place to start.  It has a
// simple and intuitive API, and is well-tested.
package circuitbreaker