-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
broker: add optional ReadRequest.BeginModTime constraint
If provided, the broker read API will skip the read offset over persisted fragments having a modification time that falls before the bound. This can be used to efficiently skip over undesired historical prefixes of journal content given a wall-time lower bound.
- Loading branch information
1 parent
8560660
commit 6fa41ac
Showing
5 changed files
with
267 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.