gRPC connection: use keepAlive or idleTimeout? (stackoverflow.com)stack
8 points by xialin in stackoverflow.com · 7y ago · stack
Looking at gRPC Java doc - ManagedChannelBuilder, there're two options to manage the connections. It seems idleTimeout() is the default/preferred configuration. But when I tried to search for a comparison, most of the posts are talking about keepAlive option. I'm curious about w…