diff --git a/docs/content/cdc-ingestion/mysql-cdc.md b/docs/content/cdc-ingestion/mysql-cdc.md index 8a16418a1f2e..5567064fadcf 100644 --- a/docs/content/cdc-ingestion/mysql-cdc.md +++ b/docs/content/cdc-ingestion/mysql-cdc.md @@ -34,11 +34,15 @@ Download `CDC Bundled Jar` and put them under /lib/. | Version | Bundled Jar | |---------|-------------------------------------------------------------------------------------------------------------------------| -| 2.3.x |
Only supported in versions below 0.8.2
  • flink-sql-connector-mysql-cdc-2.3.x.jar | -| 2.4.x |
    Only supported in versions below 0.8.2
  • flink-sql-connector-mysql-cdc-2.4.x.jar | -| 3.0.x |
    Only supported in versions below 0.8.2
  • flink-sql-connector-mysql-cdc-3.0.x.jar
  • flink-cdc-common-3.0.x.jar | | 3.1.x |
  • flink-sql-connector-mysql-cdc-3.1.x.jar
  • mysql-connector-java-8.0.27.jar | +{{< hint danger >}} +Only cdc 3.1+ 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/). + +{{< /hint >}} + ## Synchronizing Tables By using [MySqlSyncTableAction](/docs/{{< param Branch >}}/api/java/org/apache/paimon/flink/action/cdc/mysql/MySqlSyncTableAction) in a Flink DataStream job or directly through `flink run`, users can synchronize one or multiple tables from MySQL into one Paimon table.