Closed LukeMathWalker closed 3 years ago
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].
LoadBalancedChannel
tower
ServiceExt
tonic
tonic::GrpcService
It allows
LoadBalancedChannel
to leverage alltower
's external machinery (e.g.ServiceExt
) and, thanks totonic
, we get atonic::GrpcService
implementation for free [not a breaking change, thanks to that].