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

Implement tower::Service rather than tonic::GrpcService. #15

Merged
merged 1 commit into from May 14, 2021

Conversation

LukeMathWalker
Copy link
Contributor

It allows LoadBalancedChannel to leverage all tower's external machinery (e.g. ServiceExt) and, thanks to tonic, we get a tonic::GrpcService implementation for free [not a breaking change, thanks to that].

…s `LoadBalancedChannel` to leverage all `tower`'s external machinery (e.g. `ServiceExt`) and, thanks to `tonic`, we get a `tonic::GrpcService` implementation for free [not a breaking change, thanks to that].
@LukeMathWalker LukeMathWalker requested a review from a team as a code owner May 14, 2021 15:38
@LukeMathWalker LukeMathWalker merged commit 249e997 into main May 14, 2021
@LukeMathWalker LukeMathWalker deleted the service-over-grpcservice branch May 14, 2021 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants