roundrobin
Example Configuration
<match pattern>
@type roundrobin
<store>
@type http
endpoint http://192.168.1.21
weight 3
# ...
</store>
<store>
@type http
endpoint http://192.168.1.22
weight 2
# ...
</store>
<store>
@type http
endpoint http://192.168.1.23
weight 1
# ...
</store>
</match>Supported Modes
Parameters
@type
@type<store>
<store>weight
weighttype
default
version
Last updated
Was this helpful?