nats.docs icon indicating copy to clipboard operation
nats.docs copied to clipboard

NATS.io Documentation on Gitbook

Results 65 nats.docs issues
Sort by recently updated
recently updated
newest added

Could I add some Markdown files with Chinese translation? Many developers in our country give up learn Nats because of it only provide English document. May be any other developers...

Example using LE certs on an AWS LB as well.

documentation

The server support `allow_non_tls` config for clients to connect with both TLS and plain connections. ```hcl tls { # Server cert cert_file: "./configs/certs/server-cert.pem" # Server private key key_file: "./configs/certs/server-key.pem" #...

Under the [Automated sign up services - JWT and NKEY libraries](https://github.com/nats-io/nats.docs/blob/master/using-nats/developing-with-nats/tutorials/jwt.md#automated-sign-up-services-jwt-and-nkey-libraries) section of the [In Depth JWT Guide](https://github.com/nats-io/nats.docs/blob/master/using-nats/developing-with-nats/tutorials/jwt.md) it states: > For sign up service issued JWTs, ALWAYS set the...

https://docs.nats.io/using-nats/developer/receiving/drain number 4 should be changed from Close to Unsubscribe given the implications of Unsubscribe on a durable consumer. If it were Close then Drain would not delete the durable...

Some of the most common ones - 503 no responders (like when JS means: quorum temporarily unavailable, JS warming up during boot, otherwise means no subscriber // service available to...

Added for Go client for now, need to add when others are avail.

Hello, I was following the documentation on nats for typescript but the code is completely outdated. An example would be the code for asynchronous subscription: Docs version: ``` nc.subscribe("updates", (err,...