Skip to content

Circuit Breaker support #1442

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

Closed
pooyarezaie opened this issue Feb 16, 2022 · 1 comment
Closed

Circuit Breaker support #1442

pooyarezaie opened this issue Feb 16, 2022 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@pooyarezaie
Copy link

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?

@pooyarezaie pooyarezaie changed the title Add circuit breaker support Circuit Breaker support Feb 16, 2022
@kyleconroy kyleconroy added enhancement New feature or request wontfix This will not be worked on labels Feb 16, 2022
@kyleconroy
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants