Codebase list golang-github-go-kit-kit / 0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.8.0 circuitbreaker / doc.go
0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.8.0

Tree @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.8.0 (Download .tar.gz)

doc.go @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.8.0

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