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
Noting that this is lacking actual documentation. The Client Interceptor module points to Stub, but Stub just cites the option without explanation: https://hexdocs.pm/grpc/GRPC.Stub.html#connect/2
Describe the solution you'd like
We currently support server interceptors via the
GRPC.Endpoint
module.However, there seems to be no way to implement client interceptors.
Some relevant links:
Describe alternatives you've considered
I can't think of any viable alternatives.
The text was updated successfully, but these errors were encountered: