tikv / tikv

Distributed transactional key-value database, originally created to complement TiDB
https://tikv.org
Apache License 2.0
15.07k stars 2.13k forks source link

Proposal: test another Rust gRPC - tonic #5655

Open siddontang opened 4 years ago

siddontang commented 4 years ago

Feature Request

Is your feature request related to a problem? Please describe:

We have discussed migrating to tower-grpc in #3951, but it seems that tower-grpc may be replaced by tonic in the near future. /cc @carllerche

Describe the feature you'd like:

Try https://github.com/hyperium/tonic

But at first, we must merge #5379 at first @nrc

Describe alternatives you've considered:

No

Teachability, Documentation, Adoption, Migration Strategy:

No

Hoverbear commented 4 years ago

@luciofranco is also involved with Tonic!

LucioFranco commented 4 years ago

Hi! Yes, tonic is tower-grpc but for std::future::Future and will be maintained moving forward. Happy to help in any capacity needed!