Found in nats.h file, from nats.c git repo: ``` * By default, #natsConnection_Connect() attempts to connect to a server * specified in provided list of servers. If it cannot connect and the list has been * fully tried, the function returns an error. ``` So the lib behavior is to connect to **a single server** from the list, not to all servers in the list.
Closing this, as it is expected lib behavior. Will document this in "nats_url" modparam.
Thanks, Stefan