-
### Observed behavior
When the server is unexpectedly powered off and then restarted, all consumers are unable to self-recover and fail to receive messages. The log is as follows:
```
[1022] 20…
-
## Feature Request
We should provide JetStream examples to demonstrate various ways of producing and consuming data.
e.g. https://github.com/nats-io/nats.java/tree/main/src/examples/java/io/nats…
-
## Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
- [x] Included `nats-server -DV` output
- [x] Included a [Minimal, Complete, and Verifiable example…
-
-
### Observed behavior
I got an java.lang.NoSuchMethodError: 'void io.nats.client.impl.MessageQueue.(boolean)'
When I upgraded "jnats" to 2.19.0 and tried to create JetStream definition.
### Expecte…
borag updated
3 months ago
-
### Observed behavior
It could be that I'm missing something , but I'm getting errors on the GET AND PUT commands when executed from a leaf node.
nats --context uat kv get kv2 a
nats: e…
-
### Observed behavior
After the NATS client reconnects, the sequence number does not match the expected sequence. The log shows a mismatch between the stored sequence number and the sequence number r…
-
you can fully replace keyDB with NATS Stream. https://github.com/nats-io
Its 100% golang and fully open. It can scale globally to multi data center in a multi master fashion.
The KV store is a c…
-
**Is your feature request related to a problem? Please describe.**
I have an existing NATS Jetstream project in production and want to use Centrigo as a Gateway for Web and Mobile clients.
*…
-
### Proposed change
Allow setting message timestamp when pushing to a jetstream.
### Use case
From my understanding so far, setting the timestamp of a message being pushed to a jetstream is not cur…