Skip to content

v1.18.0-beta30

Compare
Choose a tag to compare
@nfuden nfuden released this 07 Nov 21:27
· 142 commits to main since this release
227f197

New Features

  • Expose close_connections_on_host_set_change on LoadBalancerConfig. Setting this value configures the Envoy LB policy to drain connections when the upstream host set changes. This is useful when using Ring Hash or Maglev load balancing policies and helps ensure rebalancing when recovering from disruptions. Connections are not immediately closed and are allowed to drain. This feature is disabled by default. (#9505) (#9505)

Fixes