-
### What version were you using?
nack chart 0.26.1 (natsio/jetstream-controller:0.15.1)
nats chart 1.2.4 (nats:2.10.20-alpine)
### What environment was the server running in?
Linux, k3s
…
-
### Observed behavior
Using pprof I see that nats-server consumes RAM more that expected, because my streams ≦ 1 GB:
Here is an example configuration of a stream:
I also do not see …
-
See https://github.com/DataDog/integrations-extras/blob/master/gnatsd_streaming/datadog_checks/gnatsd_streaming/gnatsd_streaming.py#L17, self.url is looking for the "/streaming" endpoint.
However, th…
-
I am pushing data from NATS to InfluxDB using Telegraf. The data is being generated continuously, which results in multiple entries having the same timestamp. My timestamps are in nanoseconds, but in …
-
### Observed behavior
Hi there,
We noticed an error in our code starting happening recently. Basically an int32 overflow exception happening at serialization time. The stack trace points us to w…
-
**Many projects use NATS as a distributed message bus between microservices.**
NATS async consumer will allow for efficient interaction between services and Centrifugo.
**You can try the fully w…
-
### What motivated this proposal?
Currently, NACKs' container images are only available on Docker Hub.
However, [with Docker Hub enforcing stricter rate-limits](https://www.docker.com/blog/novemb…
-
### Observed behavior
If an application terminates before acking its messages from a durable Jetstream Consumer and no further batches of messages are requested from the Consumer, num_ack_pending in …
-
# Observed behavior
Given a hub and leaf setup, once a leaf has been established a local mirror of an hub stream, publishing a message with a header **Nats-Expected-Stream** results in a leaf deliv…
-
### Observed behavior
Creating a Mirrored stream using a source that contains messages with `Nats-Expected-Last-Subject-Sequence` headers still performs sequence checks as per the source stream onc…