You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation you can use an AddressResolver to choose a desired host first. I created a resolver that returns [host1,host2,host3] but then found that the connections were all to host2 even though host 1 was available. After a while I discovered that when autoRecovery=true the address list is always shuffled. Could there be a possibility to maintain the list order when using auto recovery? Or is there a very intentional reason this is not allowed?