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

nats-server doesn't recognize `syslog`as a protocol: ``` 2023/11/14 10:23:31 error invalid network type: "syslog" ``` It should probably say tcp instead of syslog. On what I could find, NATS Server...

It'd be good to have documentation for the following NATS Server MQTT parameters: - stream_replicas - consumer_memory_storage - consumer_inactive_threshold Note, `consumer_replicas` is left out because that doesn't seem to be...

Might be worth adding new kid on the block [Bloomberg BlazingMQ](https://bloomberg.github.io/blazingmq/) to the comparison page in the docs.

## Problem The Windows installation instructions and installation methods for several NATS projects are inconsistent or out of date. ### NATS Server When reading through [Installing a NATS Server >...

From this page: [JetStream Troubleshooting](https://docs.nats.io/running-a-nats-service/configuration/clustering/jetstream_clustering/troubleshooting) If I click on various links to get more information about commands to use for troubleshooting JetStream, there are a few pages where examples are...

Hi after looking at your tutorial section I found the tutorial for NATS clustering very helpful. It would also be nice to include a similar Docker Compose example for a...

We need to add the constraint that NAS (Network Attached Storage) is not supported with JetStream. Perhaps a warning here? https://docs.nats.io/nats-concepts/jetstream/js_walkthrough#prerequisite-enabling-jetstream

Rewrite cert-manager docs to be helm based: https://github.com/nats-io/nats.docs/blob/master/running-a-nats-service/nats-on-kubernetes/nats-cluster-and-cert-manager.md

https://docs.nats.io/running-a-nats-service/configuration#configuration-reloading , [https://github.com/nats-io/nats.docs/blob/master/running-a-nats-service/configuration/README.md](https://github.com/nats-io/nats.docs/blob/master/running-a-nats-service/configuration/README.md#configuration-reloading) It's not clear as to which configuration changes require reload vs which ones require restart of the server. I guess as of now users have to read...

As per standard coding guidelines we should not keep adding white spaces in our code files that should be removed , This issue will remove all the white spaces from...