hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
10.02k stars 1.02k forks source link

Question about proxyless grpc #1109

Closed GOVYANSONG closed 2 years ago

GOVYANSONG commented 2 years ago

while we expand our effort to optimize deployment efficiency, proxyless grpc looks very promising. Not sure how to frame the question or if even relevent to tonic project, does tonic support proxyless grpc or it can be achieved with existing features.

LucioFranco commented 2 years ago

I've never heard of the term proxyless grpc can you explain more what that is?

GOVYANSONG commented 2 years ago

https://istio.io/latest/blog/2021/proxyless-grpc/ https://cloud.google.com/traffic-director/docs/proxyless-overview

atollena commented 2 years ago

This can probably be marked as duplicate of https://github.com/hyperium/tonic/issues/479. Proxyless is Google products terminology for gRPC configured directly via their xDS control plane (istio or traffic director).

LucioFranco commented 2 years ago

Got it, yes, I think this is a duplicate of #479