pub type EventId = Ulid;Expand description
Monotonically-unique identifier for a Final event, used by downstream
consumers (commit-message generation, history merging) to deduplicate
across overlapping streaming windows.
ULID rather than UUIDv4 because we want timestamp ordering when finals arrive out-of-order from a streaming backend (#806). Per #799.
Aliased Type§
pub struct EventId(pub u128);Tuple Fields§
§0: u128