python-microservices / pyms

Library of utils to create REST Python Microservices
https://python-microservices.github.io/home/
GNU General Public License v3.0
265 stars 45 forks source link

Add circuit breaker support #211

Open alexppg opened 3 years ago

alexppg commented 3 years ago

Is your feature request related to a problem? Please describe. Circuit breaker is a key feature on distributed systems. It would be cool to have some way to support it. Not sure if it should be a different package or maybe just integrate pyms with existing packages

Describe the solution you'd like No idea.

Describe alternatives you've considered There seem to be some packages, but none seem to be well used:

Additional context Here's an article that explains the pattern.