akiradeveloper / lol

A Multi-Raft implementation in Rust language.
MIT License
180 stars 18 forks source link

Support HTTP/3 #85

Open akiradeveloper opened 3 years ago

akiradeveloper commented 3 years ago

Tonic will support HTTP/3 which is a efficient protocol on top of QUIC transport IIUC. I don't know this will benefit to Raft but should be (optionally) supported.

https://github.com/hyperium/tonic/issues/339

gRPC over HTTP/3

akiradeveloper commented 3 years ago

It would be a great help if I could know prior what design change is to come with tonic's HTTP/3 support. This will affect every design choice in my library.