Hacker News new | ask | show | jobs
by hn_asker 1925 days ago
gRPC docs do need some tlc. Cloud providers providing support for gRPC also need to do better documenting their support for gRPC.

AWS Application Load Balancer is advertised to work with gRPC but we've been seeing sporadic errors. Keepalive isn't the issue, we set the IdleTimeout to the max (4000 seconds) and use server side keepalive to gc old connections.