Joe
Joe
Proposal: `list_buckets` for both KV and Object have their own contract that looks like `{:ok, ["TEST_BUCKET_1", "TEST_BUCKET_2"], %{total:_, offset: 0, limit: 1024}}`. `list_buckets/2` in either module will optionally accept a...
Nats supports the ability seal an object bucket, preventing further writes to that bucket. In the Nats cli this is expressed as `nats object seal `. This library should support...
To compliment `Gnat.Jetstream.API.KV.Watcher` this library should support the ability watch objects for changes. This is currently implemented in the nats cli as `nats object watch `. @mmmries from an implementation...