-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CreateOrUpdateStoreAsync
?
#698
Comments
Hi! |
@Ivandemidov00 it looks like it is in Go client already, no? edit: if you agree as well that Go implementation is the equivalent call, please feel free to go ahead and open a PR 👍 edit2: also thanks @aradalvand for the suggestion. |
@mtmk it looks like I was originally looking at the KeyValueManager, which is part of the legacy JetStreamContext in nats.go. Now I saw the current API, thanks for the hint. |
Proposed change
Add a
CreateOrUpdateStoreAsync
toINatsKVContext
, analogous toCreateOrUpdateConsumerAsync
onINatsJSStream
andCreateOrUpdateStreamAsync
onINatsJSContext
(which was recently added).Use case
Similar to
CreateOrUpdateConsumer
,CreateOrUpdateStreamAsync
, and the rest.Contribution
No response
The text was updated successfully, but these errors were encountered: