Skip to content

Commit

Permalink
Add initial_fallback_timeout to the grpclb config (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouyihaiDing committed Mar 10, 2022
1 parent 0898e3e commit ab96cf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grpc/service_config/service_config.proto
Expand Up @@ -295,6 +295,9 @@ message GrpcLbConfig {
// Optional. If specified, overrides the name of the service to be sent to
// the balancer.
string service_name = 2;
// Optional. The timeout in seconds for receiving the server list from the LB
// server. Defaults to 10s.
google.protobuf.Duration initial_fallback_timeout = 3;
}

// Configuration for priority LB policy.
Expand Down

0 comments on commit ab96cf1

Please sign in to comment.