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

Hi after looking at your tutorial section I found it to be a bit lackluster compared to your competitiors(https://www.rabbitmq.com/tutorials/tutorial-one-python.html) I think that the section should be expanded

As we were using NATS Jetstream streams' replication feature, we couldn’t figure whether publishing between stream replicas is synced or not? It would be great if you give us more...

I was wondering if `Nats-Msg-Id` should be globally unique or can be just unique within a specific subject, but wasn't able to find an answer. It would be great if...

It seems like code snippets were left incomplete in the "Using the Key/Value Store" page: https://github.com/nats-io/nats.docs/blob/master/using-nats/developing-with-nats/js/kv.md https://docs.nats.io/using-nats/developer/develop_jetstream/kv

Fixed typo in the `yay` command for nats-server installation

Hi, While going through docs I found that on publisher subscriber page i.e. [pubsub_walkthrough](https://docs.nats.io/nats-concepts/core-nats/pubsub/pubsub_walkthrough), the first publish command has typo in `message` part of command, I think it should be...

Added in v2.10.0, not documented other than in the release notes and the code.

When trying to store a KV item on a bucket, using a `:` throws an error that it is not a valid key. An example key that throws an error...