Hacker News new | ask | show | jobs
by rubiquity 3020 days ago
I remember seeing that Nginx has TCP proxying as well. Couldn’t that be an option?
1 comments

It is, but proxying at the higher-level protocol lets you proxy more intelligently.

For example, how does a TCP proxy perform round-robin load balancing on a per-RPC basis? If it's a gRPC proxy then that capability becomes possible.