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

[bug] Fix reader latest position #525

Merged
merged 3 commits into from
May 25, 2021
Merged

[bug] Fix reader latest position #525

merged 3 commits into from
May 25, 2021

Conversation

addisonj
Copy link
Contributor

Currently, using reader.latest fails because we discard
all messages less than the startPositionID, this causes an issue with
the reader as we filter all messages as all messages are less than
latest message id

Currently, using reader.latest fails because we discard
all messages less than the startPositionID, this causes an issue with
the reader as we filter all messages as all messages are less than
latest message id
@wolfstudy
Copy link
Member

@addisonj The change lgtm+1, please fix action CI, thanks.

@wolfstudy wolfstudy added this to the 0.6.0 milestone May 24, 2021
@addisonj addisonj merged commit 07006de into master May 25, 2021
@sijie sijie deleted the fix_reader_latest branch July 14, 2021 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants