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

Allow user to provide with additional GRPC interceptors #106

Open
evgeniy-b opened this issue May 6, 2019 · 2 comments
Open

Allow user to provide with additional GRPC interceptors #106

evgeniy-b opened this issue May 6, 2019 · 2 comments
Labels
difficulty: medium Intermediate difficulty; some experience with codebase may be helpful enhancement New feature or request

Comments

@evgeniy-b
Copy link

It would be great to have a possibility to provide with own interceptors for service initialization since there is currently no way to inject there. Ideally (or additionally) in a global manner so this could be configured without modifying client/service initialization code and interceptor could be injected dynamically in tests (to fake requests).

@evgeniy-b
Copy link
Author

Any news on this?

@fables-tales
Copy link
Contributor

@evgeniy-b thanks for your feature request.

This is something we're going to look at hollistically as part of all of our libraries, not just the ruby library. As such, our team has to consider the design for this to make sure it makes sense for all of our libraries, is documented, etc.

We'll for sure ping back on this issue once we've started work on this.

@mcloonan mcloonan added difficulty: medium Intermediate difficulty; some experience with codebase may be helpful enhancement New feature or request labels Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium Intermediate difficulty; some experience with codebase may be helpful enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants