Connection strategy configuration is used for setting custom strategies and configuring strategy parameters.

Hierarchy

  • LoadBalancerConfig

Properties

customLoadBalancer?: LoadBalancer

Custom load balancer implementation for the client. When this option is in use, type option is ignored.

Defines LoadBalancer used by the client. Available values are RANDOM and ROUND_ROBIN. By default, set to ROUND_ROBIN.

Generated using TypeDoc