Skip to content
New issue

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

Deprecate LastConsumed method #324

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Deprecate LastConsumed method #324

merged 1 commit into from
Jun 25, 2024

Conversation

Gsantomaggio
Copy link
Member

The method does not indicate the last message consumed of the stream but the last stored offset. The method was added to help the user, but it created confusion. env.QueryOffset(consumerName, streamName) should be used

ref: #321

The method does not indicate the last message consumed of the stream but the last stored offset.
The method was added to help the user, but it created confusion.
env.QueryOffset(consumerName, streamName) should be used

Signed-off-by: Gabriele Santomaggio <[email protected]>
@Gsantomaggio Gsantomaggio marked this pull request as ready for review June 24, 2024 12:24
@Gsantomaggio Gsantomaggio added this to the 1.4.6 milestone Jun 24, 2024
@Gsantomaggio Gsantomaggio merged commit 0324edc into main Jun 25, 2024
4 checks passed
@Gsantomaggio Gsantomaggio deleted the deprecate_last_consumed branch June 25, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant