soolaugust / circuit-breaker-go

circuit breaker pattern implement in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circulate Breaker Pattern

中文

Circulate Breaker Pattern is a modern-day design pattern for microservice. It's used for such situation:

  • To prevent an application from trying to invoke a remote service or access a shared resource if this operation is highly likely to fail.

About

circuit breaker pattern implement in Go


Languages

Language:Go 100.0%