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§
- Durable
Event Journal - Append-only segmented journal with fsync-before-acknowledgement.
- Journal
Config - Journal runtime configuration (067 FR-001 defaults: 64 MB / 10 minutes).
Enums§
- Journal
Error - Errors surfaced by the durable journal.