Skip to main content

Module cdc

Module cdc 

Source
Expand description

Change Data Capture (CDC) processing.

This module provides a background task that processes CDC events from the changelog and publishes them to the PubSubManager for subscriber delivery.

Structs§

CDCHandle
Handle for a running CDC processor task.
CDCProcessor
CDC event processor that bridges the changelog to the PubSubManager.

Functions§

channel
Create a new CDC channel with the given buffer size.
start_processor
Start a CDC processor and return a handle for sending events.

Type Aliases§

CDCReceiver
CDC channel receiver for processing changelog entries.
CDCSender
CDC channel sender for submitting changelog entries.