TrueLayer / ginepro

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

`LoadBalancedChannel::builder` #13

Closed LukeMathWalker closed 3 years ago

LukeMathWalker commented 3 years ago

Add a builder method to allow users to ignore the LoadBalancedChannelBuilder type (or, at least, not having to import it directly). Edit examples to use the new method (and shorten them to avoid a horizontal scrollbar on docs.rs).