Allow user to provide with additional GRPC interceptors #106
Labels
difficulty: medium
Intermediate difficulty; some experience with codebase may be helpful
enhancement
New feature or request
It would be great to have a possibility to provide with own interceptors for service initialization since there is currently no way to inject there. Ideally (or additionally) in a global manner so this could be configured without modifying client/service initialization code and interceptor could be injected dynamically in tests (to fake requests).
The text was updated successfully, but these errors were encountered: