Skip to content

Commit e656a0a

Browse files
committed
Added circuit breaker library
1 parent f10539e commit e656a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ See also [SQLDrivers page](SQLDrivers).
11511151
* [atexit](https://bitbucket.org/tebeka/atexit) - Simple atexit library
11521152
* [bíogo](https://github.com/biogo/biogo) - Basic bioinformatics functions for the Go language.
11531153
* [Breaker](https://github.com/matttproud/golang_circuitbreaker) - Breaker enables graceful degraded mode operations by means of wrapping unreliable interservice interface points with circuit breaker primitives.
1154+
* [Circuit Breaker](https://github.com/gozephyr/cbreak) - cbreak is a lightweight, configurable, and thread-safe circuit breaker library for Golang. It helps prevent cascading failures and improves system resilience by managing request flow to failing services with precision and observability.
11541155
* [btcrpcclient](https://github.com/btcsuite/btcrpcclient) - A Websocket-enabled Bitcoin JSON-RPC client.
11551156
* [cast](https://github.com/spf13/cast) - Safe and easy casting from one type to another in Go
11561157
* [CGRates](https://github.com/cgrates/cgrates) - Rating system designed to be used in telecom carriers world

0 commit comments

Comments
 (0)