Skip to content
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

Chain middleware #385

Merged
merged 3 commits into from
Jan 20, 2021
Merged

Conversation

drewwells
Copy link
Contributor

Removes custom chain middleware logic. Some examples were changed, some were update to use grpc.

Skip interceptor no longer can skip multiple interceptors, the necessary abstractions are not supported in gRPC. I don't really see the value in this interceptor accepting chains of interceptors, so I left the API as is.

Updates grpc version to v0.28.0 when chain interceptors were introduced: grpc/grpc-go@d0235e4

fixes #342

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@johanbrandhorst johanbrandhorst merged commit 4a659d8 into grpc-ecosystem:v2 Jan 20, 2021
@johanbrandhorst
Copy link
Collaborator

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants