Hacker News new | ask | show | jobs
by cam-stitt 3074 days ago
When I implemented GRPC on ELB, we used a multiplexer to re-route the GRPC requests. See: https://github.com/soheilhy/cmux/. The only other issue we had was that ELB's would not let connections live longer than 30 seconds.
1 comments

You can increase that connection timeout, although there's an upper limit of an hour or so which it will eventually exceed.
I completely forgot this. Makes it a lot more feasible to use it.