-
## Defect
If a stream is created that covers the JS API subject (or any of its child subjects), then all the API messages covered by the stream definition are grabbed by JS and replied to with JS A…
-
### Observed behavior
js.Publish("test", []byte("hi"), nats.RetryWait(5*time.Second), nats.RetryAttempts(10))
It gives up at first attempt itself after waiting for 5 second.
### Expected behavio…
-
### Observed behavior
NATS recovered messages from a stream, but then deleted messages afterwards
```
[1] 2024/05/02 14:25:12.795323 [INF] Max Storage: 1000.00 GB
[1] 2024/05/02 14:25:12.…
-
So that we can update many users screens when a db aspect changes.
just an idea I see other htmx systems starting to do .
the data sent is html, since it’s htmx.
Been using nats Jetstream for…
-
This issue will be opened and closed depending on the state of https://github.com/quarkiverse/quarkus-reactive-messaging-nats-jetstream build against Quarkus main SNAPSHOT.
If you are interested in…
-
### Observed behavior
JetStream sometimes does not automatically recover correctly from a forced termination. The original error was found after an OOM kill. Restarting the corrupted instance does no…
-
### Observed behavior
We start up a 5-node cluster with the following configuration and start to continuously put data into the KV:
```
port: 4222
http_port: 8222
cluster {
name: js_kv
…
-
Hi all, thank you for making this dream framework come true. I have been looking forward to this kind of tool in Go for a long time.
But sadly I noticed that, in the Serializable Types section of […
-
### Observed behavior
I have an example where there are two streams (full example below in **Steps to reproduce**):
* A **workqueue stream** (TEST_WORKQUEUE), populated with numbers from 0 to 12…
-
### Observed behavior
it seems that we can't use scoped signing keys for KV/OBJ buckets.
we have some inconsistencies in NATS design decisions.
1. user tags is only applied to a whole section of…