-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any benefits to use gRPC over QUIC? #1
Comments
I think the only advantage at the moment is to use it on a mobile.
I may be wrong, but until |
@gfanton Thanks a lot for these details. In this case, if the gateway layer support QUIC (server side) and mobile supports QUIC (client side), that should be good enough. After gateway route the traffic to internal microservices (managed by service mesh). Since the network latency and stability are very promising, QUIC won't help a lot in microservice inter-communication? I will definitely look at KCP-GO. thanks for the pointer |
Hi @gfanton Thanks for open source this project.
I am new to QUIC and investigating whether QUIC is beneficial to gRPC. Could you also share some insights on the benefits to use gRPC over QUIC? Did you run any benchmark on QUIC vs HTTP2? I am trying to understand if the problem statement makes sense.
Thank you!
The text was updated successfully, but these errors were encountered: