From 324ad6a6c239ebb6dfafbe00a825a90a409daa11 Mon Sep 17 00:00:00 2001 From: Juanli Shen Date: Wed, 13 Sep 2017 15:10:08 -0700 Subject: Update service_config doc The current grpclb fallback implementation is to continue using the internal round_robin policy but feed it with the backends from the resolver. We didn't fall back to the policy indicated in service config (or client API) because that's too complex and has more different behavior from the normal situation where we do connect to the balancer. --- doc/service_config.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc/service_config.md') diff --git a/doc/service_config.md b/doc/service_config.md index 99d985f3bf..0abbd7f324 100644 --- a/doc/service_config.md +++ b/doc/service_config.md @@ -24,10 +24,7 @@ The service config is a JSON string of the following form: // opposed to backend addresses), gRPC will use grpclb (see // https://github.com/grpc/grpc/blob/master/doc/load-balancing.md), // regardless of what LB policy is requested either here or via the - // client API. However, if the resolver returns at least one backend - // address in addition to the balancer address(es), the client may fall - // back to the requested policy if it is unable to reach any of the - // grpclb load balancers. + // client API. 'loadBalancingPolicy': string, // Per-method configuration. Optional. -- cgit v1.2.3