aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2017-09-14 10:05:55 -0700
committerGravatar GitHub <noreply@github.com>2017-09-14 10:05:55 -0700
commite7987f80c6139671b639cdbe0dd37000359869ab (patch)
treeb6a40579b7de2ab206a4a3b64422edeb6b842464
parent2a26d31edeb9ab457a5dd5589cbe81185b6e0d17 (diff)
parent324ad6a6c239ebb6dfafbe00a825a90a409daa11 (diff)
Merge pull request #12557 from grpc/updatedoc
Update service_config doc
-rw-r--r--doc/service_config.md5
1 files changed, 1 insertions, 4 deletions
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.