Skip to content
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

async-nats is missing a GetRevision equivalent #1269

Open
protochron opened this issue May 23, 2024 · 1 comment
Open

async-nats is missing a GetRevision equivalent #1269

protochron opened this issue May 23, 2024 · 1 comment
Labels
proposal Enhancement idea or proposal

Comments

@protochron
Copy link
Contributor

Proposed change

A Store in the async-nats KV client should support the equivalent GetRevision call that other language SDKs support. history is a workaround of course, but there's no reason to use it if you're only looking for a specific key revision.

Use case

Parity with other NATS SDKs, better ergonomics for interacting with KV buckets.

Contribution

No response

@protochron protochron added the proposal Enhancement idea or proposal label May 23, 2024
@Jarema
Copy link
Member

Jarema commented May 23, 2024

Hey.
Yes, this will be part of next release.
In the meantime, the cleaner version is to use direct_get on stram.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

2 participants