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
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2916#issuecomment-961667799