TrueLayer / ginepro

A client-side gRPC channel implementation for tonic
Apache License 2.0
127 stars 24 forks source link

feat: new LoadBalancedChannelBuilder with LookupService #16

Closed flisky closed 3 years ago

flisky commented 3 years ago

Our ServiceDefinition cannot be processed by DnsResolver, so LoadBalancedChannelBuilder::new_with_service will always a Err and cannot apply lookup_service later.