diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-14 11:32:15 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-14 11:32:15 -0700 |
commit | 54698a9184467c8db0d5844da086c1d5dcc606e4 (patch) | |
tree | 89b19d45bc989e1255f16e876f6e7f571f376bbd /doc | |
parent | 4bb1a9d8d8fd12556a10e063151f75a746e5b86b (diff) |
Updated with PR comments.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/load-balancing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/load-balancing.md b/doc/load-balancing.md index 05d555a3f1..6da2479d24 100644 --- a/doc/load-balancing.md +++ b/doc/load-balancing.md @@ -92,7 +92,7 @@ servers. the client will attempt to open a stream to the load balancer service. The server may respond in only one of the following ways. 1. `status::UNIMPLEMENTED`. There is no loadbalancing in use. The client - proceeds by sending all RPCs to this gRPC server. + call will fail. 1. "I am a Load Balancer and here is the server list." (Goto Step 4.) 1. "Please contact Load Balancer X" (See Step 3.) The client will close this connection and cancel the stream. |