Interceptors for specific methods
Open
package: @grpc/grpc-js
package: grpc
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
### Is your feature request related to a problem? Please describe.
What if we want to have interceptors for specific methods, we're not able to do it as per any documentation found there.
### Describe the solution you'd like
I made a wrapper for a GRPC service for enabling interceptors for each method but, at the same time, supporting service interceptors. https://github.com/markotom/grpc-service-interceptor
Wondering if it would be a good idea to have something similar in this GRPC node project by default.
Contributor guide
Assessment
This issue has not been assessed yet.