Closed
Description
Behavior
Direct get multi last for with up_to_time returns message after up_to_time
Server version
v2.11.0-dev (Head of main on 05-20-2025)
Steps to reproduce
- Create a new stream.
- Publish some messages.
- get some messages directly to know their times
- Make some multi-last requests for subjects using a time before the first message time.
i.e.{"multi_last":["subject6077"],"up_to_time":"2024-11-05T13:31:29.144000000Z"}
and see unexpected message.
Comments
It's possible that making the request in this manner is not supported, or that the expectation to get no messages back is incorrect.