Skip to content

Commit aa18b2c

Browse files
committed
grpclb: update load_balancer.proto
1 parent 11c0d1d commit aa18b2c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

grpclb/src/main/proto/grpc/lb/v1/load_balancer.proto

+1-6
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,7 @@ message LoadBalanceResponse {
104104
message FallbackResponse {}
105105

106106
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
113108

114109
// This interval defines how often the client should send the client stats
115110
// to the load balancer. Stats should only be reported when the duration is

0 commit comments

Comments
 (0)