diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/overview.md b/docs/content.zh/docs/connectors/pipeline-connectors/overview.md index a2dc6ad90f2..1cf239d6fbc 100644 --- a/docs/content.zh/docs/connectors/pipeline-connectors/overview.md +++ b/docs/content.zh/docs/connectors/pipeline-connectors/overview.md @@ -30,24 +30,26 @@ Flink CDC 提供了可用于 YAML 作业的 Pipeline Source 和 Sink 连接器 ## Supported Connectors -| 连接器 | 类型 | 支持的外部系统 | -|--------------------------------------------------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [Apache Doris]({{< ref "docs/connectors/pipeline-connectors/doris" >}}) | Sink |
  • [Apache Doris](https://doris.apache.org/): 1.2.x, 2.x.x | -| [Elasticsearch]({{< ref "docs/connectors/pipeline-connectors/elasticsearch" >}}) | Sink |
  • [Elasticsearch](https://www.elastic.co/elasticsearch): 6.x, 7.x, 8.x | -| [Kafka]({{< ref "docs/connectors/pipeline-connectors/kafka" >}}) | Sink |
  • [Kafka](https://kafka.apache.org/) | -| [MySQL]({{< ref "docs/connectors/pipeline-connectors/mysql" >}}) | Source |
  • [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x
  • [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x
  • [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x
  • [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x
  • [MariaDB](https://mariadb.org): 10.x
  • [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | -| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink |
  • [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8 | -| [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | Sink |
  • [StarRocks](https://www.starrocks.io/): 2.x, 3.x | -| [OceanBase]({{< ref "docs/connectors/pipeline-connectors/oceanbase" >}}) | Sink |
  • [OceanBase](https://www.oceanbase.com/): 3.x, 4.x | +| 连接器 | 类型 | 支持的外部系统 | +|----------------------------------------------------------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [Apache Doris]({{< ref "docs/connectors/pipeline-connectors/doris" >}}) | Sink |
  • [Apache Doris](https://doris.apache.org/): 1.2.x, 2.x.x | +| [Elasticsearch]({{< ref "docs/connectors/pipeline-connectors/elasticsearch" >}}) | Sink |
  • [Elasticsearch](https://www.elastic.co/elasticsearch): 6.x, 7.x, 8.x | +| [Kafka]({{< ref "docs/connectors/pipeline-connectors/kafka" >}}) | Sink |
  • [Kafka](https://kafka.apache.org/) | +| [MySQL]({{< ref "docs/connectors/pipeline-connectors/mysql" >}}) | Source |
  • [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x
  • [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x
  • [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x
  • [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x
  • [MariaDB](https://mariadb.org): 10.x
  • [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | +| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink |
  • [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8, 0.9 | +| [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | Sink |
  • [StarRocks](https://www.starrocks.io/): 2.x, 3.x | +| [OceanBase]({{< ref "docs/connectors/pipeline-connectors/oceanbase" >}}) | Sink |
  • [OceanBase](https://www.oceanbase.com/): 3.x, 4.x | +| [Maxcompute]({{< ref "docs/connectors/pipeline-connectors/maxcomputer" >}}) | Sink |
  • [MaxCompute](https://www.aliyun.com/product/odps) | | ## Supported Flink Versions 下表展示了 Flink® CDC 管道连接器和 Flink® 之间的版本映射 -| Flink® CDC Version | Flink® Version | Pipeline Source | Pipeline Sink | 备注 | -|:-----------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------:|:---------------:|:------------------------------------------:|:----------------------------------| -| 3.0.x | 1.17.\*, 1.18.\* | Mysql | StarRocks,Doris | | -| 3.1.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka | 仅 flink-cdc 3.1.1 支持 flink 1.19.* | -| 3.2.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | | +| Flink® CDC Version | Flink® Version | Pipeline Source | Pipeline Sink | 备注 | +|:-----------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------:|:---------------------------------------------------------------:|:----------------------------------| +| 3.0.x | 1.17.\*, 1.18.\* | Mysql | StarRocks,Doris | | +| 3.1.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka | 仅 flink-cdc 3.1.1 支持 flink 1.19.* | +| 3.2.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | | +| 3.3.x | 1.17.\*, 1.18.\*, 1.19.\*, 1.20.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch,Oceanbase,Maxcompute | | ## Develop Your Own Connector diff --git a/docs/content/docs/connectors/pipeline-connectors/overview.md b/docs/content/docs/connectors/pipeline-connectors/overview.md index e4451d306af..bb0c7ff305e 100644 --- a/docs/content/docs/connectors/pipeline-connectors/overview.md +++ b/docs/content/docs/connectors/pipeline-connectors/overview.md @@ -40,18 +40,20 @@ definition. | [Kafka]({{< ref "docs/connectors/pipeline-connectors/kafka" >}}) | Sink |
  • [Kafka](https://kafka.apache.org/) | | [MySQL]({{< ref "docs/connectors/pipeline-connectors/mysql" >}}) | Source |
  • [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x
  • [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x
  • [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x
  • [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x
  • [MariaDB](https://mariadb.org): 10.x
  • [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | | [OceanBase]({{< ref "docs/connectors/pipeline-connectors/oceanbase" >}}) | Sink |
  • [OceanBase](https://www.oceanbase.com/): 3.x, 4.x | -| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink |
  • [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8 | +| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink |
  • [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8, 0.9 | | [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | Sink |
  • [StarRocks](https://www.starrocks.io/): 2.x, 3.x | +| [Maxcompute]({{< ref "docs/connectors/pipeline-connectors/maxcompute" >}}) | Sink |
  • [MaxCompute](https://www.aliyun.com/product/odps) | | + ## Supported Flink Versions The following table shows the version mapping between Flink® CDC Pipeline Connectors and Flink® -| Flink® CDC Version | Flink® Version | Pipeline Source | Pipeline Sink | Notes | -|:-----------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------:|:-----------------:|:------------------------------------------:|:-----------------------------------------:| -| 3.0.x | 1.17.\*, 1.18.\* | Mysql | StarRocks,Doris | | -| 3.1.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka | only flink-cdc 3.1.1 support flink 1.19.* | -| 3.2.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | | - +| Flink® CDC Version | Flink® Version | Pipeline Source | Pipeline Sink | Notes | +|:-----------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------:|:---------------------------------------------------------------:|:-----------------------------------------:| +| 3.0.x | 1.17.\*, 1.18.\* | Mysql | StarRocks,Doris | | +| 3.1.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka | only flink-cdc 3.1.1 support flink 1.19.* | +| 3.2.x | 1.17.\*, 1.18.\*, 1.19.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | | +| 3.3.x | 1.17.\*, 1.18.\*, 1.19.\*, 1.20.\* | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch,Oceanbase,Maxcompute | | ## Develop Your Own Connector