From d143148a71d442d311c819717a55005f86df0f40 Mon Sep 17 00:00:00 2001 From: yuxiqian <34335406+yuxiqian@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:49:20 +0800 Subject: [PATCH 1/2] [docs] Update CDC ingestion related documents --- docs/content/cdc-ingestion/mongo-cdc.md | 14 ++++++++++---- docs/content/cdc-ingestion/mysql-cdc.md | 10 +++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/content/cdc-ingestion/mongo-cdc.md b/docs/content/cdc-ingestion/mongo-cdc.md index 489da48a4dca..6898f6d0ac5a 100644 --- a/docs/content/cdc-ingestion/mongo-cdc.md +++ b/docs/content/cdc-ingestion/mongo-cdc.md @@ -28,10 +28,16 @@ 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 |
  • flink-sql-connector-mongodb-cdc-3.5.0.jar | + +{{< hint danger >}} +Currently, only CDC 3.5.0 or above is supported. + +You can download the `flink-connector-mongodb-cdc` jar package by clicking [here](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-mongodb-cdc/). + ## Synchronizing Tables diff --git a/docs/content/cdc-ingestion/mysql-cdc.md b/docs/content/cdc-ingestion/mysql-cdc.md index 01b306470a22..c65804be3ec4 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 /lib/. -| Version | Bundled Jar | -|---------|-------------------------------------------------------------------------------------------------------------------------| -| 3.1.x |
  • flink-sql-connector-mysql-cdc-3.1.x.jar
  • mysql-connector-java-8.0.27.jar | +| Version | Bundled Jar | +|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 3.5.0 |
  • flink-sql-connector-mysql-cdc-3.5.0.jar
  • mysql-connector-java-8.0.27.jar | {{< 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-connector-mysql-cdc` jar package by clicking [here](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-mysql-cdc/). {{< /hint >}} From 99c4b18eef631225474760078910a4ff30b2543c Mon Sep 17 00:00:00 2001 From: yuxiqian <34335406+yuxiqian@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:52:10 +0800 Subject: [PATCH 2/2] fix unclosed tags --- docs/content/cdc-ingestion/mongo-cdc.md | 3 ++- docs/content/cdc-ingestion/mysql-cdc.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/cdc-ingestion/mongo-cdc.md b/docs/content/cdc-ingestion/mongo-cdc.md index 6898f6d0ac5a..d690e896286c 100644 --- a/docs/content/cdc-ingestion/mongo-cdc.md +++ b/docs/content/cdc-ingestion/mongo-cdc.md @@ -36,8 +36,9 @@ under the License. {{< hint danger >}} Currently, only CDC 3.5.0 or above is supported. -You can download the `flink-connector-mongodb-cdc` jar package by clicking [here](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-mongodb-cdc/). +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 c65804be3ec4..26a637c810ad 100644 --- a/docs/content/cdc-ingestion/mysql-cdc.md +++ b/docs/content/cdc-ingestion/mysql-cdc.md @@ -39,7 +39,7 @@ Download `CDC Bundled Jar` and put them under /lib/. {{< hint danger >}} 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-sql-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 >}}