# Constants
AllTablesWildcard can be used if you'd like to listen to all tables.
CDCModeAuto tries to set up logical replication and falls back to long polling if that is impossible.
CDCModeLogrepl uses logical replication to listen to changes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SnapshotModeInitial creates a snapshot in the first run of the pipeline.
SnapshotModeNever skips snapshot creation altogether.
# Interfaces
Iterator is an object that can iterate over a queue of records.