-
Notifications
You must be signed in to change notification settings - Fork 187
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
Title: Implement Distributed Circuit Breaker (#70) #73
Conversation
* feature/redis-circuit-breaker * feature/redis-circuit-breaker * Refactor * save state * Saving half-open state also * Saving half-open state also * Added test case * Saving state transition * Pass context * Moved redis circuit breaker to v2 * Revert go.mod and go.sum * Acked review comments * Refactor * Refactor --------- Co-authored-by: Kalpit Pant <kalpit@setu.co>
Hi @YoshiyukiMineo , could you please let me know when this is expected to be merged into master? Let me know if there’s anything I can do to help move it forward. Thanks so much. |
Thank you for your contribution.
|
@YoshiyukiMineo I’ve implemented the necessary changes and updated the PR. Could you please review it at your convenience? |
Co-authored-by: Kalpit Pant <kalpit@setu.co>
feature/redis-circuit-breaker
feature/redis-circuit-breaker
Refactor
save state
Saving half-open state also
Saving half-open state also
Added test case
Saving state transition
Pass context
Moved redis circuit breaker to v2
Revert go.mod and go.sum
Acked review comments
Refactor
Refactor