From e656a0a79af296b4b8493a1aa311794a8ff502bc Mon Sep 17 00:00:00 2001 From: MitulShah1 Date: Fri, 9 May 2025 11:43:14 +0530 Subject: [PATCH] Added circuit breaker library --- Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects.md b/Projects.md index fd02faa7..d5c6ddf8 100644 --- a/Projects.md +++ b/Projects.md @@ -1151,6 +1151,7 @@ See also [SQLDrivers page](SQLDrivers). * [atexit](https://bitbucket.org/tebeka/atexit) - Simple atexit library * [bĂ­ogo](https://github.com/biogo/biogo) - Basic bioinformatics functions for the Go language. * [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. + * [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. * [btcrpcclient](https://github.com/btcsuite/btcrpcclient) - A Websocket-enabled Bitcoin JSON-RPC client. * [cast](https://github.com/spf13/cast) - Safe and easy casting from one type to another in Go * [CGRates](https://github.com/cgrates/cgrates) - Rating system designed to be used in telecom carriers world