/golang_circuitbreaker

Circuit breaker implementations for Go.

Primary LanguageGoApache License 2.0Apache-2.0

Overview

Breaker is a package to provide circuit breaker functionality to Go servers that depend on potentially unreliable external systems interfaces.

Documentation

We have generated Go Doc documentation here.

Testing

Build Status