Skip to main content

Crate uts_journal

Crate uts_journal 

Source
Expand description

RocksDB-backed journal implementation for UTS

This crate provides the same functionality as uts-journal but uses RocksDB for persistence instead of a custom WAL, providing better reliability and crash recovery guarantees.

Modules§

reader
Journal reader.

Structs§

Journal
An At-Least-Once journal for storing fixed-size entries, with RocksDB-backed persistence.
JournalConfig
Configuration for the journal.

Enums§

Error
Error indicating that the journal buffer is not available now.