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
I'm trying to use this module to connect to the latest nats-server version 2.1.8
I built latest openresty with this module (and nats_pub example)
Unfortunately, there are no any examples on how use library… I'm interested in how to create nats subscriber service on nginx launch, and publish messages for specified locations. So I tried to use nats_pub example, #9 by @wallyqs but can't connect to nats server (which are accessible, checked with curl)
nginx: ngx_http_nats_pub_merge_loc_conf: merge loc conf error add nats client:
end
[error] 313#0: cannot connect to NATS servers, will try every 2000 milliseconds
So I started to think that nginx-nats simply incompatible with latest nats-server version...
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use this module to connect to the latest nats-server version 2.1.8
I built latest openresty with this module (and nats_pub example)
Unfortunately, there are no any examples on how use library… I'm interested in how to create nats subscriber service on nginx launch, and publish messages for specified locations. So I tried to use nats_pub example, #9 by @wallyqs but can't connect to nats server (which are accessible, checked with curl)
nginx: ngx_http_nats_pub_merge_loc_conf: merge loc conf error add nats client:
end
[error] 313#0: cannot connect to NATS servers, will try every 2000 milliseconds
So I started to think that nginx-nats simply incompatible with latest nats-server version...
The text was updated successfully, but these errors were encountered: