R.I.Pienaar

Results 138 issues of R.I.Pienaar

We can do `nats server raft peer-remove` but this requires a peer to be offline. The server doesnt restrict this so we could ask it to remove a online peer,...

`nsc/cmd/store` is used by various things like for example https://github.com/nats-io/nats-account-server/blob/master/server/store/nscstore.go, the problem here is that the core store features - which is a handy generic nsc store access tool -...

The old Sprig library is unmaintained and contains ancient dependencies and they have no interest in fixiing it. Lets move to a community maintained fork.

The durables might have filter subjects and we should check those match our intended filter subject - update if not.

Sometimes like a KV bucket you'd want to just always copy the whole thing into the target so that if a node gets recreated we dont later re-attach to a...

since nats.go 1.35.0 the client has a `ForceReconnect()` method, we should expose a reconnect in provisioning agent like we do restart

``` >>> [8] Message received 2024-04-22T19:21:22+02:00 on subject iot.node.x ╓─ Transport ───────────────────────────────────────── ║ ║ io.choria.protocol.v2.transport message with 2.3 KiB payload from example.net ║ ║ Payload Protocol: io.choria.protocol.v2.secure_request ║ Reply-To: choria.reply.7419405695a186147a0de38f7e31a509.2fStoRv4HVstNxy1hHonvl14VCE...

To deliver on the hopes of reacting to metric values we'd need to initiate state changes. I imagine you could add some queries to the metric watcher using expr and...