|
|
|
|
|
by cstejerean
1910 days ago
|
|
I think load balancing in that argument happens via “clients picks a random IP” and failover happens via “transparently try another if they can’t connect”. So that would be both load balancing and failover, why doesn’t the argument hold up? |
|
next client comes in, I'll serve three again, possibly different from the three i've served before.
the client doesn't even know that there are two other possible endpoints (unless maybe until the next query).
edit: i just tried running this
and saw the record change from time to time.