load-balance
Controls the behavior when multiple servers with the same configured priority are available.
load-balance = {yes | no}
Description
Specifies if round robin load balancing is used when multiple servers are configured with the same priority.
Options
yes All requests are sent to matching servers in a round-robin fashion. no All requests are sent to the first matching server that is available. The matching order is the order they appear in the configuration file.
Usage: Optional
Default value
Default is yes.
Example:
load-balance = yes
Parent topic: [rtss-cluster:<cluster>] stanza