Skip to main content

Module fs_writer

Module fs_writer 

Source
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§

WalFsWriter
A file system backed WAL writer.

Enums§

WalFsWriterInitError
Errors that can occur when creating a WalFsWriter.