TIBCOSoftware / mashling

Project Mashling
86 stars 15 forks source link

simple circuit breaker #201

Closed cchristodulis closed 6 years ago

cchristodulis commented 6 years ago

As Aaron the developer

I want to implement a microgateway to front my microservices to set up a circuit breaker pattern

so that my microservice does not become a choke-point.

requirement! The circuit breaker should have three distinct states: Closed, Open, and Half-Open