nats-streaming-server icon indicating copy to clipboard operation
nats-streaming-server copied to clipboard

NATS Streaming System Server

Results 57 nats-streaming-server issues
Sort by recently updated
recently updated
newest added

We are experiencing a strange NATS behaviour: 1) Publisher-Client publishes a message to NATS without any errors 2) Consumer-Client can not receive the message, as if the message was never...

The messages over a particular topic are deleted successfully after the time limit but not the raft.log. Its observed that in case of no subscribers over a topic the raft.log...

We have a 3-node nats-streaming cluster setup with a FILE backend with a separate nats pod. The entire setup is TLS backed. ``` - args: - --cluster_id=nats-streaming - -m=8222 -...

It appears a network partition or extremely high latency resulted in the leader failing to reach a follower. (I think that the CPU load on a server was near 100%...

Hello, in our current system setup we repeatedly observed the following behavior. There are some topics like 'topic.message' where only a few messages are published. Sometimes up to months there...

Hey, Is it possible to migrate from File Store to SQL Store or backward without losing any data? Thank you in advance.

First, I want to say that we've been using NATS streaming for nearly 2 years without issues. Last week we observed timeouts when new clients tried to connect to stan....

[ ] Defect [X] Feature Request or Change Proposal ## Feature Requests #### Use Case: When a client threats a NATS servers or clusters health by openening too many connections...

Our cluster consists of three nodes: - 32xXeon(R) CPU E7-8860 v4 @ 2.20GHz, 128 GB RAM, SSD, VMware VM. - nats-streaming-server version 0.19.0, nats-server: v2.1.9 Configuration file: ``` port: 4222...

I can't found document how to connect websocket to Nats-Streaming, Anybody have doc to read?