diff options
author | Juanli Shen <juanlishen@google.com> | 2018-05-17 09:45:47 -0700 |
---|---|---|
committer | Juanli Shen <juanlishen@google.com> | 2018-05-17 09:45:47 -0700 |
commit | b059d040e4ca4b99b8498828ef85fae7bced8d81 (patch) | |
tree | 0f9759c62cf3e19b20338763ccc1b4eb620fc591 /src/proto | |
parent | 3001499c0f68efd1dc0d3ed02bbb1845a1eb7fba (diff) |
Update comment of LB request
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/grpc/lb/v1/load_balancer.proto | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/proto/grpc/lb/v1/load_balancer.proto b/src/proto/grpc/lb/v1/load_balancer.proto index 75c916defa..3e0a4b2c97 100644 --- a/src/proto/grpc/lb/v1/load_balancer.proto +++ b/src/proto/grpc/lb/v1/load_balancer.proto @@ -62,8 +62,10 @@ message LoadBalanceRequest { } message InitialLoadBalanceRequest { - // Name of load balanced service (IE, balancer.service.com) - // length should be less than 256 bytes. + // The name of the load balanced service (e.g., balancer.service.com). The max + // length of the name is 256 bytes. + // The name might include a port number. How to handle the port number is up + // to the balancer. string name = 1; } |