Skip to content

An implementation of the Circuit Breaker pattern in Go

Notifications You must be signed in to change notification settings

JoRod94/breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages