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
Currently, we have:
stream.direct_get
stream.direct_get_next_for_subject
stream.direct_get_first_for_subject
stream.direct_get_last_for_subject
and
stream.get_raw_message
stream.get_last_raw_message_by_subject
The problem is, there is no non-direct version of direct_get_next_for_subject or direct_get_last_for_subject.
direct_get_next_for_subject
direct_get_last_for_subject
Get the first message by subject in a jetstream.
No response
The text was updated successfully, but these errors were encountered:
Hey. Sure, we can add those for the next release.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Proposed change
Currently, we have:
stream.direct_get
stream.direct_get_next_for_subject
stream.direct_get_first_for_subject
stream.direct_get_last_for_subject
and
stream.get_raw_message
stream.get_last_raw_message_by_subject
The problem is, there is no non-direct version of
direct_get_next_for_subject
ordirect_get_last_for_subject
.Use case
Get the first message by subject in a jetstream.
Contribution
No response
The text was updated successfully, but these errors were encountered: