KeepAlive
Available in a dev version: 0․11․0-grpc-186
How to configure
Represents keep-alive settings for a gRPC client connection.
Keep-alive ensures that the connection between the client and the server remains active. It helps detect connection issues proactively before a request is made and facilitates maintaining long-lived idle connections.
Client authors must coordinate with service owners for whether a particular client-side setting is acceptable.