Expand description
WAL file system writer.
This module provides a file system backed WAL writer that appends events to a file using the encoded binary format from the codec module.
The writer maintains an open file handle and appends encoded events sequentially. Flush operations ensure data is persisted to disk.
Structs§
- WalFs
Writer - A file system backed WAL writer.
Enums§
- WalFs
Writer Init Error - Errors that can occur when creating a
WalFsWriter.