Postgres
Enable logical decoding, register Debezium, verify change events end-to-end.
wal_level=logical, slots allowed- Primary keys or
REPLICA IDENTITY FULL
Bring your first change data capture pipeline online fast. Choose your source database and follow a copy-paste friendly walkthrough with checkpoints and sanity checks.
Configure logical replication, set up a Debezium connector, and verify real-time change events.
Enable binlog, configure a Debezium connector, and stream row-level changes to a Kafka topic.
Set up supplemental logging and leverage LogMiner to capture change events in real time.
Enable database-level CDC, configure SQL Server Agent, and validate change data flow end-to-end.
Prep each environment fast with prerequisites, time estimates, and direct links to the walkthroughs.
Enable logical decoding, register Debezium, verify change events end-to-end.
wal_level=logical, slots allowedREPLICA IDENTITY FULLPut the binlog in ROW mode, narrow includes, confirm Debezium captures changes.
binlog_format=ROWgtid_mode=ON preferredCheck ARCHIVELOG + supplemental logging, then verify redo events arrive.
Enable SQL Server CDC, configure the agent, then validate change flow to Kafka.
After you run a quickstart, execute the acceptance tests to prove containers are healthy, events are flowing, and restarts stay idempotent.
Track journey completion, monitor recent activity, and export your session logs.