File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
grpclb/src/main/proto/grpc/lb/v1 Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,7 @@ message LoadBalanceResponse {
104
104
message FallbackResponse {}
105
105
106
106
message InitialLoadBalanceResponse {
107
- // This is an application layer redirect that indicates the client should use
108
- // the specified server for load balancing. When this field is non-empty in
109
- // the response, the client should open a separate connection to the
110
- // load_balancer_delegate and call the BalanceLoad method. Its length should
111
- // be less than 64 bytes.
112
- string load_balancer_delegate = 1 ;
107
+ reserved 1 ; // never-used load_balancer_delegate
113
108
114
109
// This interval defines how often the client should send the client stats
115
110
// to the load balancer. Stats should only be reported when the duration is
You can’t perform that action at this time.
0 commit comments