Skip to content

add circuit breaker package to labkit

This is adding functionality to wrap a http.RoundTripper with a circuit breaker in labkit. It's using github.com/sony/gobreaker as underlying implementation but isn't leaking it's API so we should be able to replace it with a different circuit breaker without breaking the API if we need to.

TODO:

  • grpc support

Merge request reports

Loading