We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a hostname example.org, running:
example.org
nats -s tls://example.org server info
succeeds, but
nats -s tls://example.org/ server info
fails; if the hostname points to a single server, I get an error like:
nats: error: nats: no servers available for connection
but if the hostname points to a cluster, I get an error like:
nats: error: dial tcp 192.0.2.1:0: i/o timeout
Either of two results:
% nats --version 0.1.1-109-g7226b46
Multiple server versions observed with this.
The client version corresponds to a commit made yesterday, 2023-12-28.
No response
The text was updated successfully, but these errors were encountered:
I think this one is for nats.go not natscli
Sorry, something went wrong.
No branches or pull requests
Observed behavior
Given a hostname
example.org
, running:succeeds, but
fails; if the hostname points to a single server, I get an error like:
but if the hostname points to a cluster, I get an error like:
Expected behavior
Either of two results:
Server and client version
Multiple server versions observed with this.
The client version corresponds to a commit made yesterday, 2023-12-28.
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: