JoRod94 / breaker

An implementation of the Circuit Breaker pattern in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaker

An implementation of the Circuit Breaker pattern in Go.

To run an example of the use of Breaker, use go run example_main.go. This example simply uses math to randomize call execution failure of success.

Tests available in breaker/breaker_test.go. Use go test to run them.

About

An implementation of the Circuit Breaker pattern in Go


Languages

Language:Go 100.0%