Skip to main content

Module journal

Module journal 

Source
Expand description

Durable, append-only segmented event journal.

Governed by spec 066-durable-identity-event-delivery (FR-005..FR-009) and spec 067-durable-journal-retention-and-write-limits (FR-001, FR-002).

The bounded publish write path that drives this journal lives in super::durable.

Structs§

DurableEventJournal
Append-only segmented journal with fsync-before-acknowledgement.
JournalConfig
Journal runtime configuration (067 FR-001 defaults: 64 MB / 10 minutes).

Enums§

JournalError
Errors surfaced by the durable journal.