[grpc-io] Re: Establishing multiple grpc subchannels for a single resolved host

2018-08-20 Thread alysha.gardner via grpc.io
Hey Srini, I've tested pretty aggressive KeepAlive config with the following parameters: 'grpc.http2.min_time_between_pings_ms': 1000, 'grpc.keepalive_time_ms': 1000, 'grpc.keepalive_permit_without_calls': 1 Is there anything I'm missing? Ideally I would like this solution to handle both

[grpc-io] Establishing multiple grpc subchannels for a single resolved host

2018-08-17 Thread alysha.gardner via grpc.io
Hi grpc people! We have a setup where we're running a grpc service (written in Go) on GKE, and we're accepting traffic from outside the cluster through nginx ingresses. Our clients are all using Core GRPC libraries (mostly Ruby) to make calls to the nginx ingress, which load-balances per-call