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 am using interceptors to perform additional validation based on the optional extensions set on an RPC on incoming and out going RPCs. Given the following gRPC schema:
How do I go about getting the value of my_option? At first I had thought to get it from the request using this. However, as this is a MethodOptions it doesn't seem that its part of the descriptor. Thoughts?
The text was updated successfully, but these errors were encountered:
I am using interceptors to perform additional validation based on the optional extensions set on an RPC on incoming and out going RPCs. Given the following gRPC schema:
How do I go about getting the value of my_option? At first I had thought to get it from the request using this. However, as this is a MethodOptions it doesn't seem that its part of the descriptor. Thoughts?
The text was updated successfully, but these errors were encountered: