You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hello,
I have some problems using the C++ implementation of Interceptors. Basically I wanted to add a server Interceptor to reject rpc requests from clients based on some internal state of my server and return some grpc status. Is that even possible? If it is possible which InterceptionHookPoint do I need to use in the Intercept method of my Interceptor?