Skip to content
Draft
Show file tree
Hide file tree
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
12 changes: 7 additions & 5 deletions docs/content/docs/connectors/pipeline-connectors/iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Iceberg"
weight: 9
type: docs
aliases:
- /connectors/pipeline-connectors/iceberg
- /connectors/pipeline-connectors/iceberg
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -30,11 +30,11 @@ The Iceberg Pipeline Connector functions as a *Data Sink* for data pipelines, en

## Key Capabilities
* **Automatic Table Creation:**
creates Iceberg tables dynamically when they do not exist
creates Iceberg tables dynamically when they do not exist
* **Schema Synchronization:**
propagates schema changes (e.g., column additions) from source systems to Iceberg
propagates schema changes (e.g., column additions) from source systems to Iceberg
* **Data Replication:**
supports both batch and streaming data synchronization
supports both batch and streaming data synchronization

How to create Pipeline
----------------
Expand Down Expand Up @@ -144,6 +144,8 @@ Usage Notes

* Exactly-once semantics are not supported. The connector uses at-least-once + the table's primary key for idempotent writing.

* Either `catalog.properties.type` or `catalog.properties.catalog-impl` must be declared.

Data Type Mapping
----------------
<div class="wy-table-responsive">
Expand Down Expand Up @@ -225,4 +227,4 @@ Data Type Mapping
</table>
</div>

{{< top >}}
{{< top >}}
20 changes: 11 additions & 9 deletions docs/content/docs/connectors/pipeline-connectors/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Overview"
weight: 1
type: docs
aliases:
- /connectors/pipeline-connectors/overview
- /connectors/pipeline-connectors/overview
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand Down Expand Up @@ -42,18 +42,20 @@ definition.
| [OceanBase]({{< ref "docs/connectors/pipeline-connectors/oceanbase" >}}) | Sink | <li> [OceanBase](https://www.oceanbase.com/): 3.x, 4.x | [3.3.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-oceanbase/3.3.0/flink-cdc-pipeline-connector-oceanbase-3.3.0.jar) |
| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}}) | Sink | <li> [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8, 0.9, 1.0 | [3.3.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-paimon/3.3.0/flink-cdc-pipeline-connector-paimon-3.3.0.jar), [3.2.1](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-paimon/3.2.1/flink-cdc-pipeline-connector-paimon-3.2.1.jar), [3.2.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-paimon/3.2.0/flink-cdc-pipeline-connector-paimon-3.2.0.jar), [3.1.1](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-paimon/3.1.1/flink-cdc-pipeline-connector-paimon-3.1.1.jar), [3.1.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-paimon/3.1.0/flink-cdc-pipeline-connector-paimon-3.1.0.jar) |
| [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | Sink | <li> [StarRocks](https://www.starrocks.io/): 2.x, 3.x | [3.3.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.3.0/flink-cdc-pipeline-connector-starrocks-3.3.0.jar), [3.2.1](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.2.1/flink-cdc-pipeline-connector-starrocks-3.2.1.jar), [3.2.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.2.0/flink-cdc-pipeline-connector-starrocks-3.2.0.jar), [3.1.1](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.1.1/flink-cdc-pipeline-connector-starrocks-3.1.1.jar), [3.1.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.1.0/flink-cdc-pipeline-connector-starrocks-3.1.0.jar) |
| [MaxCompute]({{< ref "docs/connectors/pipeline-connectors/maxcompute" >}}) | Sink | <li> [MaxCompute](https://www.aliyun.com/product/maxcompute) | [3.3.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-maxcompute/3.3.0/flink-cdc-pipeline-connector-maxcompute-3.3.0.jar) | |
| [MaxCompute]({{< ref "docs/connectors/pipeline-connectors/maxcompute" >}}) | Sink | <li> [MaxCompute](https://www.aliyun.com/product/maxcompute) | [3.3.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-maxcompute/3.3.0/flink-cdc-pipeline-connector-maxcompute-3.3.0.jar) |
| [Iceberg]({{< ref "docs/connectors/pipeline-connectors/iceberg" >}}) | Sink | <li> [Iceberg](https://iceberg.apache.org/) | [3.4.0](https://repo1.maven.org/maven2/org/apache/flink/flink-cdc-pipeline-connector-iceberg/3.4.0/flink-cdc-pipeline-connector-iceberg-3.4.0.jar)||


## Supported Flink Versions
The following table shows the version mapping between Flink<sup>®</sup> CDC Pipeline Connectors and Flink<sup>®</sup>

| Flink<sup>®</sup> CDC Version | Flink<sup>®</sup> Version | Pipeline Source | Pipeline Sink | Notes |
|:-----------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------:|:---------------:|:---------------------------------------------------------------:|:-----------------------------------------:|
| <font color="DarkCyan">3.0.x</font> | <font color="MediumVioletRed">1.17.\*</font>, <font color="MediumVioletRed">1.18.\*</font> | Mysql | StarRocks,Doris | |
| <font color="DarkCyan">3.1.x</font> | <font color="MediumVioletRed">1.17.\*</font>, <font color="MediumVioletRed">1.18.\*</font>, <font color="MediumVioletRed">1.19.\*</font> | Mysql | StarRocks,Doris,Paimon,Kafka | only flink-cdc 3.1.1 support flink 1.19.* |
| <font color="DarkCyan">3.2.x</font> | <font color="MediumVioletRed">1.17.\*</font>, <font color="MediumVioletRed">1.18.\*</font>, <font color="MediumVioletRed">1.19.\*</font> | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | |
| <font color="DarkCyan">3.3.x</font> | <font color="MediumVioletRed">1.19.\*</font>, <font color="MediumVioletRed">1.20.\*</font> | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch,OceanBase,MaxCompute | |
| Flink<sup>®</sup> CDC Version | Flink<sup>®</sup> Version | Pipeline Source | Pipeline Sink | Notes |
|:-----------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------:|:---------------:|:-----------------------------------------------------------------------:|:-----------------------------------------:|
| <font color="DarkCyan">3.0.x</font> | <font color="MediumVioletRed">1.17.\*</font>, <font color="MediumVioletRed">1.18.\*</font> | Mysql | StarRocks,Doris | |
| <font color="DarkCyan">3.1.x</font> | <font color="MediumVioletRed">1.17.\*</font>, <font color="MediumVioletRed">1.18.\*</font>, <font color="MediumVioletRed">1.19.\*</font> | Mysql | StarRocks,Doris,Paimon,Kafka | only flink-cdc 3.1.1 support flink 1.19.* |
| <font color="DarkCyan">3.2.x</font> | <font color="MediumVioletRed">1.17.\*</font>, <font color="MediumVioletRed">1.18.\*</font>, <font color="MediumVioletRed">1.19.\*</font> | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch | |
| <font color="DarkCyan">3.3.x</font> | <font color="MediumVioletRed">1.19.\*</font>, <font color="MediumVioletRed">1.20.\*</font> | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch,OceanBase,MaxCompute | |
| <font color="DarkCyan">3.4.x</font> | <font color="MediumVioletRed">1.19.\*</font>, <font color="MediumVioletRed">1.20.\*</font> | Mysql | StarRocks,Doris,Paimon,Kafka,ElasticSearch,OceanBase,MaxCompute,Iceberg | |


## Develop Your Own Connector
Expand All @@ -63,4 +65,4 @@ your own connector to get your external system involved in Flink CDC pipelines.
Check out [Flink CDC APIs]({{< ref "docs/developer-guide/understand-flink-cdc-api" >}})
to learn how to develop your own connectors.

{{< top >}}
{{< top >}}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ limitations under the License.
<scala.version>2.12.16</scala.version>
<!-- Maven shade plugin prior to 3.2.0 could not correctly shade nested classes with JDK 8+. -->
<maven.shade.plugin.version>3.6.0</maven.shade.plugin.version>
<iceberg.version>1.6.1</iceberg.version>
<iceberg.version>1.10.0</iceberg.version>
<hive.version>2.3.9</hive.version>
<hadoop.version>3.3.4</hadoop.version>
</properties>
Expand Down
Loading