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
See TarantoolClusterDiscoveryConfig.Builder#withEndpoint.
If this method is called twice it will overwrite previous endpoint setting.
That leads to incorrect configuration that is not checked in runtime.
Now the it's impossible to specify more that 1 endpoint.
We need to throw an exception or to support multiple endpoints in config.