DanielLeens opened a new pull request, #10982: URL: https://github.com/apache/seatunnel/pull/10982
## What this PR does Adds a comprehensive CDC production cookbook for full + incremental synchronization. ### New files - `docs/en/connectors/cdc-production-cookbook.md` - `docs/zh/connectors/cdc-production-cookbook.md` ### Updated files - `docs/sidebars.js` — added cookbook page under Connectors - `docs/en/connectors/source/MySQL-CDC.md` — added See Also cross-link - `docs/en/connectors/source/PostgreSQL-CDC.md` — added See Also cross-link - `docs/en/connectors/source/Oracle-CDC.md` — added See Also cross-link ### Content coverage - Full + incremental synchronization lifecycle (phases, startup.mode semantics) - Database prerequisites: MySQL binlog setup, PostgreSQL WAL/replication slot, Oracle LogMiner - server-id uniqueness requirement for MySQL CDC - Production examples: MySQL/PG/Oracle CDC → Doris, StarRocks, Kafka (5 complete configs) - Checkpoint and 2PC interaction, commit frequency guidance by scenario - Schema evolution and DDL support boundary table - CDC lag observation via REST API + monitoring script - Troubleshooting checklist: permissions, network, replication/offset, checkpoint, 2PC sink errors Closes #10979 (P0-2: CDC Production Cookbook) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
