docs: add CDC production cookbook for full and incremental synchronization (P0-2)#10982
Draft
DanielLeens wants to merge 1 commit into
Draft
docs: add CDC production cookbook for full and incremental synchronization (P0-2)#10982DanielLeens wants to merge 1 commit into
DanielLeens wants to merge 1 commit into
Conversation
Add end-to-end CDC production cookbook covering: - Full + incremental synchronization lifecycle explanation - startup.mode semantics and production recommendations - Database prerequisites: MySQL binlog, PostgreSQL WAL/slot, Oracle LogMiner - Production examples: MySQL/PG/Oracle CDC to Doris, StarRocks, Kafka - Checkpoint and 2PC interaction with commit frequency guidance - Schema evolution and DDL support boundary table - CDC lag observation via REST API and monitoring script - Troubleshooting checklist: permissions, network, replication, offset, checkpoint, 2PC Add cross-links from MySQL-CDC.md, PostgreSQL-CDC.md, Oracle-CDC.md. Closes apache#10979 (P0-2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds a comprehensive CDC production cookbook for full + incremental synchronization.
New files
docs/en/connectors/cdc-production-cookbook.mddocs/zh/connectors/cdc-production-cookbook.mdUpdated files
docs/sidebars.js— added cookbook page under Connectorsdocs/en/connectors/source/MySQL-CDC.md— added See Also cross-linkdocs/en/connectors/source/PostgreSQL-CDC.md— added See Also cross-linkdocs/en/connectors/source/Oracle-CDC.md— added See Also cross-linkContent coverage
Closes #10979 (P0-2: CDC Production Cookbook)