mc-router
mc-router copied to clipboard
Does `mc-router` support more than one backend server per `serverAddress`?
I'm looking for something which can handle multiples backend servers at the same address, such as:
skywars.myexample.gg -> |
skywars01.myexample.gg
skywars02.myexample.gg
skywars03.myexample.gg
Does mc-router support it and handle it with such a random algorithm like round-robin or something else?
It doesn't at this time. If implemented, in addition to random/round robin assignment (as you mentioned) it would happen on every connection. In other words, a player would not be sticky-assigned to the same server as before. Also, the server status request would have to be routed to either a random server or the first one in order to approximate that request.
If the backend game mode is transient then that seems fine, but seems like a very niche scenario.