Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Fix wrong flink cdc link #349

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading