Kaarel
Kaarel
Nats 2.8.4, 3 node jetstream cluster node 1 `nats stream ls` reports all streams have 0 messages `curl localhost:8222/jsz?consumers=1` stream s1 reports `"messages": 631` Acknowledgements: true Retention: File - Interest...
I have a application subscribed to a durable consumer. When a message is consumed it is removed by the stream as per retention rules. The setup seems to be working...
Added the output of `nats --completion-script-bash` to my `.bashrc` Works awesome! with some caveats :) - nats r - prints reply request restore rtt ✅ - nats s - autocompletes...
### Observed behavior I haven't got much more than INFO level nats logs and RAM usage at this stage. The memory leak is slow enough that it never gets to...
# Observed behavior Given the following package versions on S3: MyPackage 1.0.0-pre1 MyPackage 1.0.0 The commandlet `Get-Package -Source MySleet -ListAvailable` returns `MyPackage 1.0.0` as expected. After `sleet push` a new...