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

Enable grpc interceptors in serve Context like userHandlers are enabled #18896

Open
nicolaslopezbravo opened this issue Nov 15, 2024 · 0 comments

Comments

@nicolaslopezbravo
Copy link

What would you like to be added?

embed's serve creates a new v3rpc grpc server but doesn't make use of the interceptor option. Could serve context have userInterceptors similar to userHandlers so the user can add & pass in interceptors to the grpc server?

Why is this needed?

Extends existing capability, allows for user to add all sorts of useful middleware, monitoring, auth, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant