tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

Load balancing? #394

Open d-e-s-o opened 5 years ago

d-e-s-o commented 5 years ago

The README mentions an item Load balance which is not yet supported. Is there any plan to get that in soon? Anybody working on it? Any details being shared would be appreciated.

Background: This crate is used by etcd-rs and it appears that this feature is a requirement for connecting to a cluster of etcd hosts. So having this functionality would move the Rust eco system for working with etcd forward by a good amount, as that is such a basic feature.

BusyJay commented 5 years ago

Unfortunately we don't have any plan to get it in any time soon. We are currently focus on the performance and stability of the crate.

But we are also open for contributions! It would be very appreciated if you or anyone want to bring the features into this crate. Just remember to tell us the design before working on it.