-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2: Replace our chaining of interceptors with newest gRPC ones. #342
Comments
Looks like this has been resolved by #385 and can be closed? |
Sounds good to me! |
I haven't seen this fix 😱 Amazing, thanks! Super cool, this brings us almost ready for |
grpc's We use this behavior in spicedb to associate default interceptors with service implementations: which are then included in bigger interceptor chains for actually serving, based on startup options, etc. It seems pretty handy to have (We could refactor a bit to avoid this need, but these chain helpers seemed generally useful). |
Hi Evan. I think we're trying to remove as much API as possible at this point, since we're cutting a new major. Do you think you could refactor your code or re-implement the old code in your code base? If we get more requests for this we can always add it later. |
See: https://godoc.org/google.golang.org/grpc#ChainUnaryInterceptor
Blocked on upgrade PR: #321
Pulled from #275 for visibility.
Blocker for v2.
The text was updated successfully, but these errors were encountered: