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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: