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

Hi, I can see the differences in message size between In-memory against File Store mode. For Example : In - memory i can see message size as "24K" But in...

__Background__ We've noticed a behaviour we would like to suggest a change for. We are running a number of subscribers (in both node and python), these are subscribed with a...

Hi I am trying to configure NATS Streaming cluster. After sending 400k msg/sec for 30 minutes to 3 nodes and restarting NATS Streaming, it took about 30 minutes to start...

enhancement
customer requested
clustering
performance

Hello. We have: Setup 1: Single instance of nats-streaming in k8s on c5.2xlarge In-Memory store ``` writeDeadline: "2s" maxPayload: 268435456 maxConnections: 500 maxSubscriptions: 100000 maxPending: 268435456 maxControlLine: 4096 + store_limits:...

Hello guys. I have a scenario where all my publications are timing out from a high cluster consumption load. I would understand that if the cluster had some hardware limitations,...

clustering
performance

Hi! We have a **question** about nats-streaming cluster performance. Our requirements: * Persist incoming messages. * Do it within a cluster with an asynchronous replication. * Do it quite fast...

clustering
performance

Dear NATS developers! It would be great to provide support for EdgeFS S3X NoSQL as NATS store. EdgeFS is high-performance, low-latency, small memory footprint, decentralized data fabric system released under...

I was trying out nats-streaming. What are the types of authentication available for nats-streaming-server as compared to nats? I see currently user/pass and token-based auth is supported. Is there any...

Hi everyone! I'm wondering if there's any interest in exploring Badger (https://github.com/dgraph-io/badger) as an option for a store. I'm willing to code up a prototype and send a PR, if...

example, I have a stream name 'Security-App' ,this stream include events. Now i Had to do it in client, when [Security-App-CreateEvent] event happen i send three meesages 1.[Security-App] 2.[Security-App-1'] 3.[Security-App-CreateEvent']...

enhancement
customer requested