Marco Primi
Marco Primi
Relax KV CAS test which was failing immediately upon reading a key with a revision which is known to be stale. Instead, retry the read until a newer version is...
## Defect - [x] Included nats.go version - [x] Included a [Minimal, Complete, and Verifiable example] (https://stackoverflow.com/help/mcve) #### Versions of `nats.go` and the `nats-server` if one was involved: `nats.go` @...
Thank you for NetNewsWire, I've been a user for many years. Today, I came here to throw some moneys at you, and found out you do this out of love....
### Observed behavior Providing more than one server URL to connect to results in an error. This works: ``` nc = await nats.connect("nats://demo.nats.io:4222") ``` This does not: ``` nc =...
I'm like to report something that is slightly counter-intuitive. What i am suggesting is either a change of behavior or explicit documentation on the current one. The behavior: - a...
The system version of macOS `sed` behaves slightly different than Linux. `install.sh` fails on macOS (12 - Monterey, but probably earlier and later too) with the following error: ``` sed:...
I would find useful to have an API to learn about the cluster state, not specific to any streams or consumers. JSM seems like a good place for it. Looking...
Demo of possible move of checks into new `audit` package.
**DRAFT for early feedback** Parametrize 2 of the new JetStream FileStore benchmarks to collect more data by running multiple configurations similar-but-different from base-case. Signed-off-by: Your Name Example results: ``` go...
1. Add test for consuming a stream with a given sequence start offset. - Durable consumer - Durable consumer with `Bind` - Pull consumer - Synchronous consumer - Callback subscription...