You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a helper method to the jetstream::Context struct to allow getting or creating a KV store in one call. This allows both Jetstreams and KVs to be created in code.
Use case
As a user I would like to ensure a KV exists and if not is created in one call before populating it.
Proposed change
Add a helper method to the jetstream::Context struct to allow getting or creating a KV store in one call. This allows both Jetstreams and KVs to be created in code.
Use case
As a user I would like to ensure a KV exists and if not is created in one call before populating it.
Contribution
I have my changes ready in a branch : https://github.com/Callum-A/nats.rs/tree/feat/get-or-create-kv
The text was updated successfully, but these errors were encountered: