fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.25k stars 621 forks source link

Least connected load balancing strategy #823

Open Vetrenik opened 3 years ago

Vetrenik commented 3 years ago

Need to apply least connected lb strategy. Does somebody developing this feature for fabio?

far-blue commented 3 years ago

I'm not a fabio developer but I think this would be pretty hard to do because Fabio instances don't talk to each other. If Fabio itself is in a HA setup (which it should be) then there is no way to tell how many connections from each Fabio instance are active to a backend service. All each Fabio instance will have is a partial view of the number of connections.

ketzacoatl commented 2 years ago

@leprechau is this best to keep open for consideration, or close as won't fix?