From 46d6aaf4f18060eecafbceec3a8119c53f25bea7 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Fri, 23 Aug 2019 16:30:47 +0000 Subject: [PATCH] upstream: Introducing close_connections_on_host_set_change property (#7675) Signed-off-by: Kateryna Nezdolii Mirrored from https://github.com/envoyproxy/envoy @ 07e3e287189dc1ce4c54b4e0252e29ae9cf6c19c --- envoy/api/v2/cds.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/envoy/api/v2/cds.proto b/envoy/api/v2/cds.proto index 647a5015..e7df4a94 100644 --- a/envoy/api/v2/cds.proto +++ b/envoy/api/v2/cds.proto @@ -583,6 +583,10 @@ message Cluster { // If panic mode is triggered, new hosts are still eligible for traffic; they simply do not // contribute to the calculation when deciding whether panic mode is enabled or not. bool ignore_new_hosts_until_first_hc = 5; + + // If set to `true`, the cluster manager will drain all existing + // connections to upstream hosts whenever hosts are added or removed from the cluster. + bool close_connections_on_host_set_change = 6; } // Common configuration for all load balancer implementations.