Grpc-go: Add helper functions to chain server interceptors

Created on 15 Nov 2019  路  3Comments  路  Source: grpc/grpc-go

PR https://github.com/grpc/grpc-go/pull/2696 added helpers to chain client interceptors.
No analogous helper for server interceptors exist. To chain server interceptor the helpers from go-grpc-middleware or own helpers needs to be used.

To have a consistent API go-grpc should also provide helpers to chain server interceptors.

P3 Help Wanted Feature

Most helpful comment

I want to try this issue.

All 3 comments

@fho, this is reasonable, but the team does not currently have time to work on this. If you interested in sending a PR, we can review it and merge it.

I want to try this issue.

thank you @tukeJonny :-)

Was this page helpful?
0 / 5 - 0 ratings