-
I'm quite new to NATS and haven't found this information in the examples. |
Beta Was this translation helpful? Give feedback.
Answered by
scottf
Oct 14, 2023
Replies: 1 comment
-
When you create your consumer you can use
The start sequence value would be the stream sequence + 1 of the last message you read. You can find the stream sequence in the Msg.MetaData.StreamSequence. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vol-ale
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you create your consumer you can use
The start sequence value would be the stream sequence + 1 of the last message you read. You can find the stream sequence in the Msg.MetaData.StreamSequence.