You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: