Grab message from Stream by sequence number? #692
DustinReagan
started this conversation in
General
Replies: 1 comment
-
Use the JetStream Management function GetMessage https://github.com/nats-io/nats.net/blob/master/src/NATS.Client/JetStream/IJetStreamManagement.cs#L150 |
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.
-
The NATS docs mention fetching a particular message from a stream by the sequence number:
https://docs.nats.io/reference/reference-protocols/nats_api_reference#fetching-from-a-stream-by-sequence
If possible, how can I do this with the nats.net API?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions