This is an automated email from the ASF dual-hosted git repository.
yunfengzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 419bc0f538 [docs] Update CDC ingestion related documents (#6601)
419bc0f538 is described below
commit 419bc0f538590a93c80ca9b1b66d07608e653e50
Author: yuxiqian <[email protected]>
AuthorDate: Fri Nov 14 10:04:24 2025 +0800
[docs] Update CDC ingestion related documents (#6601)
---
docs/content/cdc-ingestion/mongo-cdc.md | 15 +++++++++++----
docs/content/cdc-ingestion/mysql-cdc.md | 10 +++++-----
2 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/docs/content/cdc-ingestion/mongo-cdc.md
b/docs/content/cdc-ingestion/mongo-cdc.md
index 489da48a4d..d690e89628 100644
--- a/docs/content/cdc-ingestion/mongo-cdc.md
+++ b/docs/content/cdc-ingestion/mongo-cdc.md
@@ -28,10 +28,17 @@ under the License.
## Prepare MongoDB Bundled Jar
-```
-flink-sql-connector-mongodb-cdc-*.jar
-```
-only cdc 3.1+ is supported
+
+| Version | Bundled Jar
|
+|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 3.5.0 | <li> <a
href="https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-mongodb-cdc/3.5.0/flink-sql-connector-mongodb-cdc-3.5.0.jar">flink-sql-connector-mongodb-cdc-3.5.0.jar</a>
|
+
+{{< hint danger >}}
+Currently, only CDC 3.5.0 or above is supported.
+
+You can download the `flink-sql-connector-mongodb-cdc` jar package by clicking
[here](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-mongodb-cdc/).
+
+{{< /hint >}}
## Synchronizing Tables
diff --git a/docs/content/cdc-ingestion/mysql-cdc.md
b/docs/content/cdc-ingestion/mysql-cdc.md
index 01b306470a..26a637c810 100644
--- a/docs/content/cdc-ingestion/mysql-cdc.md
+++ b/docs/content/cdc-ingestion/mysql-cdc.md
@@ -32,14 +32,14 @@ Paimon supports synchronizing changes from different
databases using change data
Download `CDC Bundled Jar` and put them under <FLINK_HOME>/lib/.
-| Version | Bundled Jar
|
-|---------|-------------------------------------------------------------------------------------------------------------------------|
-| 3.1.x | <li> flink-sql-connector-mysql-cdc-3.1.x.jar <li>
mysql-connector-java-8.0.27.jar |
+| Version | Bundled Jar
|
+|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 3.5.0 | <li> <a
href="https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-mysql-cdc/3.5.0/flink-sql-connector-mysql-cdc-3.5.0.jar">flink-sql-connector-mysql-cdc-3.5.0.jar</a>
<li> <a
href="https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar">mysql-connector-java-8.0.27.jar</a>
|
{{< hint danger >}}
-Only cdc 3.1+ is supported.
+Currently, only CDC 3.5.0 or above is supported.
-You can download the `flink-connector-mysql-cdc` jar package by clicking
[here](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-mysql-cdc/).
+You can download the `flink-sql-connector-mysql-cdc` jar package by clicking
[here](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-mysql-cdc/).
{{< /hint >}}