-
Integrate documentation at https://github.com/nats-io/jetstream here. Enhance and add as necessary.
See #178 (The Jetstream readme is being translated into documentation)
This includes:
- [ ] …
-
PR https://github.com/ClickHouse/ClickHouse/issues/32388 implemented support for NATS.
NATS has a built-in distributed persistence system called JetStream which enables new functionalities and hig…
-
### Observed behavior
On `INatsJSConsumer`, the `FilterSubjects` property is null even though `FilterSubjects` is specified when creating the stream.
### Expected behavior
The `Filt…
-
As mentioned in #8112 the nats sink was merged without jetstream support. At least for my use case, jetstream is an essential feature for the log pipeline.
(see also #10533 for authentication and T…
-
### Observed behavior
Under high load, in a 3 node cluster, messages from work queue stream are redelivered after acknowledgment when one of the nodes is rebooted.
### Expected behavior
Messages sh…
-
**Is your feature request related to a problem? Please describe.**
NATS Jestream is persistent message queue, acts similar to Apache Kafka. Currently Dozer doesn't support NATS Jetstream.
**Descri…
-
We've been exploring options for controlling access to data stored in Swift on Jetstream. The solution suggested by Jetstream support is for the PI to request additional shared management accounts. …
-
### Observed behavior
**Issue Description:**
We are experiencing instability with NATS 2.10.19 (Jetstream enabled) cluster when deployed in a Redhat OpenShift environment, even though the same s…
-
### Observed behavior
Using code below to create new Ordered Consumer:
```
const c = await nats.connect({ servers: ["nats://localhost:4222"] });
const js = c.jetstream();
const consumer = a…
-
## Expected Behavior
## Current Behavior
## Possible Solution
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Context
## Your Environment
* Version used (…