Skip to content

Commit

Permalink
Merge pull request #349 from banmoy/fix_doc
Browse files Browse the repository at this point in the history
[Doc] Fix wrong flink cdc link
  • Loading branch information
hellolilyliuyi authored Apr 3, 2024
2 parents 7d6496d + ba36853 commit cd8086c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/connector-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,17 +217,17 @@ The Flink connector provides the following metrics to monitor loading.

### Flink CDC Synchronization (Schema Change Support)

You can use [Flink CDC 3.0](https://ververica.github.io/flink-cdc-connectors/master/content/overview/cdc-pipeline.html) framework
You can use [Flink CDC](https://nightlies.apache.org/flink/flink-cdc-docs-stable) framework
to easily build a streaming ELT pipeline from CDC sources (such as MySQL, Kafka) to StarRocks. The pipeline can synchronize whole
database, merged sharding tables, and schema changes from sources to StarRocks.

The flink connector has been integrated into the framework as [StarRocks Pipeline Connector](https://ververica.github.io/flink-cdc-connectors/master/content/pipelines/starrocks-pipeline.html).
The flink connector has been integrated into the framework as [StarRocks Pipeline Connector](https://nightlies.apache.org/flink/flink-cdc-docs-stable/docs/connectors/starrocks).
The pipeline connector supports
* create database/table automatically
* schema change synchronization
* full and incremental data synchronization

You can see [Streaming ELT from MySQL to StarRocks using Flink CDC 3.0](https://ververica.github.io/flink-cdc-connectors/master/content/quickstart/mysql-starrocks-pipeline-tutorial.html)
You can see [Streaming ELT from MySQL to StarRocks using Flink CDC](https://nightlies.apache.org/flink/flink-cdc-docs-stable/docs/get-started/quickstart/mysql-to-starrocks)
for a quick start.

## Examples
Expand Down

0 comments on commit cd8086c

Please sign in to comment.