Watch key-value bucket #684
Unanswered
evertheirbaut
asked this question in
Q&A
Replies: 1 comment
-
I distinctly remember struggling with this. It was a while ago, but the result was learning the feature sets in the Python client were not (and were never meant to be) kept in sync with the Go client examples. This lack of sync was recently discussed in a different issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to watch changes on key value stores in a push-based manner?
The documentation gives examples for some languages, but not for python: https://docs.nats.io/using-nats/developer/develop_jetstream/kv#watching-for-changes
Ideally, I would like to discard old updates (in case the client would queue update messages)
Beta Was this translation helpful? Give feedback.
All reactions