Skip to main content

Module cdc

Module cdc 

Source
Expand description

Change Data Capture (CDC) — stream of database change events.

Exposes entity mutations (insert, update, delete) as a pollable event stream. Consumers poll with a cursor (LSN) to receive new events since their last position.

Structs§

CdcBuffer
CDC event buffer — circular buffer of change events.
CdcStats
CDC buffer statistics.
ChangeEvent
A single change event.
ChangeRecord
Structured logical WAL record serialized into the replication buffer and archived segments.
KvWatchEvent
A committed single-key KV change surfaced by WATCH.

Enums§

ChangeOperation
Type of change operation.

Functions§

public_item_kind