浏览代码

Update comment of LB request

Juanli Shen 7 年之前
父节点
当前提交
b059d040e4
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/proto/grpc/lb/v1/load_balancer.proto

+ 4 - 2
src/proto/grpc/lb/v1/load_balancer.proto

@@ -62,8 +62,10 @@ message LoadBalanceRequest {
 }
 }
 
 
 message InitialLoadBalanceRequest {
 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;
   string name = 1;
 }
 }