-
Notifications
You must be signed in to change notification settings - Fork 699
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
Add KeysWithFilter
methods to KV interface
#1655
Labels
Comments
In the case of go at least, wouldnt a WatchOpt be better? These commands already take those. |
Hey please checkout PR #1658, any suggestion would be helpful. |
Darshan174
referenced
this issue
Jun 20, 2024
…d filters and ListKeysWithFilters to provide an iterable list of keys (as suggested). And additionally defined KeyIterator for iterating over keys and a utility function matchesFilters to check if a key meets all filter criteria.
@Jarema is this issue still open. I would like to work on this. Please assign me this issue. |
Hi @Jarema , worked on the Go one too, would love to have your comments. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposed change
We have two separate functions for single and multiple filters, as multiple filters requires server 2.10
reference ADR: https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-8.md?plain=1#L139
reference ADR issue: nats-io/nats-architecture-and-design#289
Use case
nats-io/nats-server#5540
Contribution
No response
The text was updated successfully, but these errors were encountered: