@ -23,7 +23,7 @@ This README is meant as a brief walkthrough on the core features with Flink CDC
We need several steps to setup a Flink cluster with the provided connector.
We need several steps to setup a Flink cluster with the provided connector.
1. Setup a Flink cluster with version 1.12+ and Java 8+ installed.
1. Setup a Flink cluster with version 1.12+ and Java 8+ installed.
2. Download the connector SQL jars from the [Download](https://github.com/ververica/flink-cdc-connectors/wiki/Downloads) page (or [build yourself](#building-from-source).
2. Download the connector SQL jars from the [Download](https://github.com/ververica/flink-cdc-connectors/releases) page (or [build yourself](#building-from-source)).
3. Put the downloaded jars under `FLINK_HOME/lib/`.
3. Put the downloaded jars under `FLINK_HOME/lib/`.
4. Restart the Flink cluster.
4. Restart the Flink cluster.
@ -114,5 +114,9 @@ The code in this repository is licensed under the [Apache Software License 2](ht
The Flink CDC Connectors welcomes anyone that wants to help out in any way, whether that includes reporting problems, helping with documentation, or contributing code changes to fix bugs, add tests, or implement new features. You can report problems to request features in the [GitHub Issues](https://github.com/ververica/flink-cdc-connectors/issues).
The Flink CDC Connectors welcomes anyone that wants to help out in any way, whether that includes reporting problems, helping with documentation, or contributing code changes to fix bugs, add tests, or implement new features. You can report problems to request features in the [GitHub Issues](https://github.com/ververica/flink-cdc-connectors/issues).
@ -26,6 +26,7 @@ The version mapping between Flink CDC Connectors and Flink.
|1.2.0 | 1.12.* |
|1.2.0 | 1.12.* |
|1.3.0 | 1.12.* |
|1.3.0 | 1.12.* |
|1.4.0 | 1.13.* |
|1.4.0 | 1.13.* |
|2.0.0 | 1.13.* |
## Features
## Features
@ -38,11 +39,11 @@ The version mapping between Flink CDC Connectors and Flink.
We need several steps to setup a Flink cluster with the provided connector.
We need several steps to setup a Flink cluster with the provided connector.
1. Setup a Flink cluster with version 1.12+ and Java 8+ installed.
1. Setup a Flink cluster with version 1.12+ and Java 8+ installed.
2. Download the connector SQL jars from the [Download](https://github.com/ververica/flink-cdc-connectors/wiki/Downloads) page (or [build yourself](#building-from-source).
2. Download the connector SQL jars from the [Downloads](downloads.md) page (or [build yourself](#building-from-source)).
3. Put the downloaded jars under `FLINK_HOME/lib/`.
3. Put the downloaded jars under `FLINK_HOME/lib/`.
4. Restart the Flink cluster.
4. Restart the Flink cluster.
The example shows how to create a MySQL CDC source in [Flink SQL Client](https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/sqlClient.html) and execute queries on it.
The example shows how to create a MySQL CDC source in [Flink SQL Client](https://ci.apache.org/projects/flink/flink-docs-release-1.13/dev/table/sqlClient.html) and execute queries on it.