Least Response Time for Load Balancer

Hello,

Is “Least Response Time”-based load balancing available in Traefik? I’ve gone through a lot of tutorials and documentation but couldn’t find anything relevant.
I did come across RR, WRR, and Health Check-based load balancing but couldn’t find anything around the response time. We have a bunch of servers with a very unbalanced traffic distribution at different time of the day. I couldn’t find a pattern to use any of the earlier mentioned algorithms, hence the requirement for least response time.

Any help is highly appreciated.

Thanks!

From the doc:

For now, only round robin load balancing is supported

But I am sure you could (let someone else) implement it and provide a pull request.