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

Signed-off-by: Tomasz Pietrek

Startup is stuck on ``` [1] 2024/01/22 08:31:22.385297 [INF] STREAM: Starting nats-streaming-server[appetite-micro] version 0.25.6 [1] 2024/01/22 08:31:22.385345 [INF] STREAM: ServerID: EodFr7Xob7MS7e62c1N7IF [1] 2024/01/22 08:31:22.385346 [INF] STREAM: Go version: go1.20.11 [1]...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Hi. On January 16th we performed a Kubernetes upgrade. This involved rolling the kubernetes nodes in a given order such that the nats nodes/pods would roll first then the nats...

My NATS cluster of 3 nodes is in bad state. Previously it was a 6-node cluster and recently it has been trimmed down to 3-node. The meta.json still shows the...

We are using nats-streaming version 0.24.4 running as three pods (Kubernetes). When nats-streaming was deployed the pods rolled in an order that does not take the nats streaming leader into...

Hi, I have stumbled across Apache Kafka's [log compaction](https://kafka.apache.org/documentation/#compaction), which is really handy for Event Sourcing. I am wondering whether something like that will ever be possible with STAN since...

enhancement
customer requested
idea

Scenario: running a cluster with 3 nodes. 1 node dies unexpectedly mid-write, and refuses to come back up, logging errors about setting ContinueOnUnexpectedEOF to reload. Some investigation shows this isn't...

Does someone know/have a library for NATS client written in lua? I was trying to use the existing one: https://github.com/DawnAngel/lua-nats but it seems to be obsolete and didn't work for...

I would like to ask if this change is the a good and correct way to the issue #693 (Make PingInterval and MaxPingsOut for Streaming server to NATS configurable). I...