We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The proposal is to have a similar version with the following code but set req.LastFor = subject.
req.LastFor = subject
nats.go/jetstream/jetstream_options.go
Lines 94 to 102 in 48391f1
I want to get the last message with a specific subject whose seq is <= a given one.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposed change
The proposal is to have a similar version with the following code but set
req.LastFor = subject
.nats.go/jetstream/jetstream_options.go
Lines 94 to 102 in 48391f1
Use case
I want to get the last message with a specific subject whose seq is <= a given one.
Contribution
No response
The text was updated successfully, but these errors were encountered: