sozu-proxy / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!
https://www.sozu.io/
GNU Affero General Public License v3.0
3.13k stars 194 forks source link

Load balancing configuration #676

Open Geal opened 3 years ago

Geal commented 3 years ago

Right now we have two structures governing load balancing, one to choose the algorithm (RoundRobin, Random, LeastConnections, PowerOfTwo), and one to define load balancing parameters (only the weight for now, and it is not even used).

Here's what I want to change:

Geal commented 3 years ago

55355556

Geal commented 3 years ago

we're still missing the request latency measurement per backend