We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c0d1d commit aa18b2cCopy full SHA for aa18b2c
grpclb/src/main/proto/grpc/lb/v1/load_balancer.proto
@@ -104,12 +104,7 @@ message LoadBalanceResponse {
104
message FallbackResponse {}
105
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;
+ reserved 1; // never-used load_balancer_delegate
113
114
// This interval defines how often the client should send the client stats
115
// to the load balancer. Stats should only be reported when the duration is
0 commit comments