A single event in the event log.
id: string
Unique identifier for this event.
topic: string
The topic this event belongs to.
partitionKey: string
Partition key for ordering guarantees.
sequenceNumber: string
Monotonically increasing sequence number within the topic. Represented as a string to support bigint while remaining serializable.
timestamp: number
Unix timestamp in milliseconds when the event was created.
optional
metadata: Record<string, unknown>
Optional metadata associated with the event.