@eschmidbauer commented on this pull request.


In src/modules/nats/nats_mod.c:

> @@ -519,6 +614,7 @@ int init_nats_server_url_add(char *url)
 		n = n->next;
 	}
 	n = _init_nats_server_list_new(url);
+	_init_nats_server_conn(n);

this initiates connections to the servers but each subscriber still maintains a separate connection to each server. i think it would make sense to change all subscriber workers to use the same connections as publishers


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.