Hi everyone,
Some of my load balancers have to implement a Least Time type algorithms and some other need to use a combination of a Power of two random choices type algorithm with a Least Time one after the random selection of two nodes have been done. I have found 2 relevant articles refering to such a set up, one for HaProxy (Test Driving “Power of Two Random Choices” Load Balancing - HAProxy Technologies) and one for NGINX (NGINX and the “Power of Two Choices” Load-Balancing Algorithm - NGINX).
In HaProxy official documentation, I have yet not found any reference to a Least Time or any combination of Power of two random choices and Least Time algorithms : DevDocs
Do such algorithms exist in HaProxy ?
I am in a situation where I cannot escape from using those algos, any help on this would be highly appreciated !
1 post - 1 participant