-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for TTLs and subject delete markers to memory store (#6400)
This adds support for TTLs and subject delete markers into the memory store. Much of this is just replicating and aligning the logic from the filestore. None of the recovery/rebuilding/re-indexing code is needed as the memory store does not recover from disk. Some of the relevant JetStream unit tests have been updated to test both `MemoryStorage` and `FileStorage`. The relevant filestore tests have also been replicated into the memstore tests. Signed-off-by: Neil Twigg <[email protected]>
- Loading branch information
Showing
3 changed files
with
394 additions
and
183 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
Oops, something went wrong.