Replies: 0 comments 1 reply
-
Hey. Server in fact can track progress through the However, In the client there should be options to start a watcher from a specific revision, or to get just the new entries, which could solve your issue. I encourage to discover the watcher starting point options, as it depends on the use case details. I defer to @mtmk for more info and transfer the issue to .NET client, as it is purely client side topic. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Given the follow code, I can subscribe to a NATS KV Store
However each time the application starts, it will download all the data again. Since KV is an abstraction over a NATS stream, I'm hoping that I can somehow use a stream cursor to remember my position, but don't see how to do it via the api.
The behavior I want is that I would get latest revision of new keys (and also key deletions) since my last cursor position.
https://natsbyexample.com/examples/kv/intro/csharp
Beta Was this translation helpful? Give feedback.
All reactions