Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distributed circuitbreaker #85

Open
ardalan-nhd opened this issue Dec 29, 2024 · 1 comment
Open

distributed circuitbreaker #85

ardalan-nhd opened this issue Dec 29, 2024 · 1 comment

Comments

@ardalan-nhd
Copy link

ardalan-nhd commented Dec 29, 2024

Do we know when will distributed_gobreaker be released? I have multiple instances of a service (let's call it A) which uses another service (let's call it B) and I want to place a circuitbreaker between the two. I need to notify other instances of A when one of instances fails to connect to B. Also, if these instances are restarted for any reason, I want them to know the previous state. For that matter I want to use Redis as data store but with the current implementation of gobreaker, I don't see a way of doing such requirement. And the distributed_gobreaker is not tagged so I can't use it using go modules

@YoshiyukiMineo
Copy link
Member

I have just released v2.1.0, which includes the implementation of distributed circuit breaker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants