jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “grpc-java”

1 shown · updated 10m ago · read only
  1. gRPC connection: use keepAlive or idleTimeout? (stackoverflow.com)stack

    7 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…