Codebase list golang-github-go-kit-kit / f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.0 circuitbreaker / doc.go
f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.0

Tree @f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.0 (Download .tar.gz)

doc.go @f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.0raw · history · blame

1
2
3
4
5
6
// 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.
package circuitbreaker