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
I want to add optional circuit breaker support for each query function.
Do you have any suggestions?
Do you have any plan to add this feature?
Is it alright to send a pull request for this feature?
The text was updated successfully, but these errors were encountered:
pooyarezaie
changed the title
Add circuit breaker support
Circuit Breaker support
Feb 16, 2022
No plans in the short term to support query middleware. If your using the database/sql package, you can use https://github.com/ngrok/sqlmw to implement circuit breakers.
Also, with Go 1.18 coming out soon, we may be able to use generics to more easily solve this issue.
I want to add optional circuit breaker support for each query function.
Do you have any suggestions?
Do you have any plan to add this feature?
Is it alright to send a pull request for this feature?
The text was updated successfully, but these errors were encountered: