Load balancing
Routing rule
enum
routing_method
How requests are distributed: Priority, Weighted or Performance.
- Config key
routing_method- Scope
- Routing rule
- Type
- enum
- Default
Priority
Selects the load-balancing algorithm:
- Priority (default) — active/standby; the highest-priority healthy backend takes all traffic.
- Weighted — proportional split by each location's weight/priority.
- Performance — latency-aware; favours the fastest responder.
routing_method = "Weighted"