Category "nats.io"

Performance of Nats Jetstream

I'm trying to understand how Nats Jetstream scales and have a couple of questions. How efficient is subscribing by subject to historic messages? For example le

How to backup all streams in JetStream server?

Problem: I have to backup all the streams of my JetStream server. I don't know what streams are there. I want to backup all the streams into a single snapshot.

NATS JetStream is Timing out when calling stream_info(STREAM_NAME)

raise errors.TimeoutError nats.errors.TimeoutError: nats: timeout if self.nc.is_connected: log.info(f"NATS client successfully connected to {SERVERS

Is there a way to view NATS messages?

I am trying to look at the messages in a NATS cluster on a certain topic. My google searches led to https://github.com/KualiCo/nats-streaming-console and https:

Can NATS JetStream partially replicate streams on different NATS Servers

I have Server A with NATS Jet Stream.I want some part of NATS Streams replicated on Server B and Server C (NATS Streams) mutually exclusive.