This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 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 edcd79138 [doc] add documentation for only support flink cdc 3.1.x 
(#3980)
edcd79138 is described below

commit edcd791382cede18748cc05bc5cec604f1a5b80a
Author: wangkang <[email protected]>
AuthorDate: Fri Aug 16 17:33:32 2024 +0800

    [doc] add documentation for only support flink cdc 3.1.x (#3980)
---
 docs/content/flink/cdc-ingestion/mongo-cdc.md | 2 +-
 docs/content/flink/cdc-ingestion/mysql-cdc.md | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/docs/content/flink/cdc-ingestion/mongo-cdc.md 
b/docs/content/flink/cdc-ingestion/mongo-cdc.md
index a73f746c6..bde2ad534 100644
--- a/docs/content/flink/cdc-ingestion/mongo-cdc.md
+++ b/docs/content/flink/cdc-ingestion/mongo-cdc.md
@@ -31,7 +31,7 @@ under the License.
 ```
 flink-sql-connector-mongodb-cdc-*.jar
 ```
-only cdc 2.4+ is supported
+only cdc 3.1+ is supported
 
 ## Synchronizing Tables
 
diff --git a/docs/content/flink/cdc-ingestion/mysql-cdc.md 
b/docs/content/flink/cdc-ingestion/mysql-cdc.md
index e1c8731a6..7e6a555cb 100644
--- a/docs/content/flink/cdc-ingestion/mysql-cdc.md
+++ b/docs/content/flink/cdc-ingestion/mysql-cdc.md
@@ -32,12 +32,9 @@ Paimon supports synchronizing changes from different 
databases using change data
 
 Download `CDC Bundled Jar` and put them under <FLINK_HOME>/lib/.
 
-| Version | Bundled Jar                                                        
          |
-|---------|------------------------------------------------------------------------------|
-| 2.3.x   | flink-sql-connector-mysql-cdc-2.3.x.jar                            
          |
-| 2.4.x   | flink-sql-connector-mysql-cdc-2.4.x.jar                            
          |
-| 3.0.x   | <li> flink-sql-connector-mysql-cdc-3.0.x.jar <li> 
flink-cdc-common-3.0.x.jar |
-| 3.1.x   | Not supported yet                                                  
          |
+| Version | Bundled Jar                                                        
                |
+|---------|------------------------------------------------------------------------------------|
+| 3.1.x   | <li> flink-sql-connector-mysql-cdc-3.1.x.jar <li> 
mysql-connector-java-8.0.27.jar  |
 
 ## Synchronizing Tables
 

Reply via email to