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
{{ message }}
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
We are looking to write some gRPC services in rust, but it looks like tower-gRPC is missing interceptor support. We currently use interceptors in go-grpc for a few things:
automatically log prometheus metrics (latency/payload size) based on each gRPC call
add opentracing spans
log panics to sentry
I noticed that tower_request_modifier can be used to "intercept" incoming requests, but I was wondering if complete interceptor support would be considered by the tower maintainers.
We are looking to write some gRPC services in rust, but it looks like tower-gRPC is missing interceptor support. We currently use interceptors in go-grpc for a few things:
I noticed that
tower_request_modifiercan be used to "intercept" incoming requests, but I was wondering if complete interceptor support would be considered by the tower maintainers.Thanks!