Просмотр исходного кода

Merge pull request #12557 from grpc/updatedoc

Update service_config doc
Juanli Shen 8 лет назад
Родитель
Сommit
e7987f80c6
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      doc/service_config.md

+ 1 - 4
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.