dlb: add retry logic (#23874)

Signed-off-by: Loong <loong.dai@intel.com>

Mirrored from https://github.com/envoyproxy/envoy @ 3059a76977311b43dc993720f7fda49c8e4dfbee
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent d75292fdf7
commit ff4f3a4e92
  1. 4
      contrib/envoy/extensions/network/connection_balance/dlb/v3alpha/dlb.proto

@ -30,4 +30,8 @@ message Dlb {
// The ID of the Dlb hardware, start from 0.
// If not specified, use the first available device as default.
uint32 id = 1;
// Maximum number of retries when sending to DLB device fails.
// No retry as default.
uint32 max_retries = 2;
}

Loading…
Cancel
Save