From aa18b2c2285659dd72befad80dc317f5c5b60c9f Mon Sep 17 00:00:00 2001 From: "Penn (Dapeng) Zhang" Date: Fri, 11 Jun 2021 12:42:10 -0700 Subject: [PATCH] grpclb: update load_balancer.proto --- grpclb/src/main/proto/grpc/lb/v1/load_balancer.proto | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/grpclb/src/main/proto/grpc/lb/v1/load_balancer.proto b/grpclb/src/main/proto/grpc/lb/v1/load_balancer.proto index a9588b0db9..00fc7096c9 100644 --- a/grpclb/src/main/proto/grpc/lb/v1/load_balancer.proto +++ b/grpclb/src/main/proto/grpc/lb/v1/load_balancer.proto @@ -104,12 +104,7 @@ message LoadBalanceResponse { message FallbackResponse {} message InitialLoadBalanceResponse { - // This is an application layer redirect that indicates the client should use - // the specified server for load balancing. When this field is non-empty in - // the response, the client should open a separate connection to the - // load_balancer_delegate and call the BalanceLoad method. Its length should - // be less than 64 bytes. - string load_balancer_delegate = 1; + reserved 1; // never-used load_balancer_delegate // This interval defines how often the client should send the client stats // to the load balancer. Stats should only be reported when the duration is