KeepAlive GRPC on idle when using AWS ALB
·1 min
The AWS ALB does not support forwarding HTTP2 ping frames.
So to prevent RST_STREAM message with ErrCode=PROTOCOL_ERROR, one
must employ their own dummy GRPC messages to
keep the connection from idling.