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

Direct Get multi last for request returns messages after up_to_time #6077

Open
scottf opened this issue Nov 5, 2024 · 0 comments
Open

Direct Get multi last for request returns messages after up_to_time #6077

scottf opened this issue Nov 5, 2024 · 0 comments
Labels
defect Suspected defect such as a bug or regression

Comments

@scottf
Copy link
Contributor

scottf commented Nov 5, 2024

Behavior

Direct get multi last for with up_to_time returns message before up_to_time

Server version

v2.11.0-dev

Steps to reproduce

  1. create a new stream and publish exactly 1 message. Note the message time i.e. 2024-11-05T13:31:19.133640700Z
  2. subscribe to a reply-to
  3. publish a direct get batch request with an up_to_time well before the message time.
    {"multi_last":["testSubject"],"up_to_time":"2024-11-05T13:31:29.144000000Z"}
  4. View the messages coming in on the subscription, you will receive the 1 message
@scottf scottf added the defect Suspected defect such as a bug or regression label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

1 participant