Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 217 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 217 Bytes

Go-Circuit-Breaker

A Circuit Breaker implementation in Golang.

Server gets called by client and there is a circuit breaker in between.

If server fails more than 60% of the times then the circuit breaker opens.