JNSimba commented on code in PR #1450:
URL: https://github.com/apache/doris-website/pull/1450#discussion_r1877442411


##########
common_docs_zh/ecosystem/flink-doris-connector.md:
##########
@@ -740,84 +625,239 @@ insert into doris_sink select id,name,bank,age from 
cdc_mysql_source;
     --table-conf replication_num=1
 ```
 
-## 使用 Flink CDC 更新 Key 列
+# 参数配置
+
+## 通用配置项

Review Comment:
   Same as above



##########
common_docs_zh/ecosystem/flink-doris-connector.md:
##########
@@ -28,251 +28,332 @@ under the License.
 
 # Flink Doris Connector
 
+# 概述
 
+[Flink Doris Connector](https://github.com/apache/doris-flink-connector) 
是通过Flink来读取和写入数据到Doris集群,同时集成了[FlinkCDC](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/overview/),可以更便捷的对上游MySQL等数据库进行整库同步。
 
-[Flink Doris Connector](https://github.com/apache/doris-flink-connector) 
可以支持通过 Flink 操作(读取、插入、修改、删除)Doris 中存储的数据。本文档介绍 Flink 如何通过 Datastream 和 SQL 操作 
Doris。
+本文档主要介绍Flink Doris Connector的使用。
 
->**注意:**
->
->1. 修改和删除只支持在 Unique Key 模型上
->2. 目前的删除是支持 Flink CDC 的方式接入数据实现自动删除,如果是其他数据接入的方式删除需要自己实现。Flink CDC 
的数据删除使用方式参照本文档最后一节
+# 版本说明
 
-## 版本兼容
+| Connector Version | Flink Version                 | Doris Version | Java 
Version | Scala Version |
+| ----------------- | ----------------------------- | ------------- | 
------------ | ------------- |
+| 1.0.3             | 1.11,1.12,1.13,1.14           | 0.15+         | 8        
    | 2.11,2.12     |
+| 1.1.1             | 1.14                          | 1.0+          | 8        
    | 2.11,2.12     |
+| 1.2.1             | 1.15                          | 1.0+          | 8        
    | -             |
+| 1.3.0             | 1.16                          | 1.0+          | 8        
    | -             |
+| 1.4.0             | 1.15,1.16,1.17                | 1.0+          | 8        
    | -             |
+| 1.5.2             | 1.15,1.16,1.17,1.18           | 1.0+          | 8        
    | -             |
+| 1.6.1             | 1.15,1.16,1.17,1.18,1.19      | 1.0+          | 8        
    | -             |
+| 24.0.1            | 1.15,1.16,1.17,1.18,1.19,1.20 | 1.0+          | 8        
    | -             |
 
-| Connector Version | Flink Version       | Doris Version | Java Version | 
Scala Version |
-|-------------------|---------------------| ------ | ---- | ----- |
-| 1.0.3             | 1.11,1.12,1.13,1.14 | 0.15+  | 8    | 2.11,2.12 |
-| 1.1.1             | 1.14                | 1.0+   | 8    | 2.11,2.12 |
-| 1.2.1             | 1.15                | 1.0+   | 8    | -         |
-| 1.3.0             | 1.16                | 1.0+   | 8    | -         |
-| 1.4.0             | 1.15,1.16,1.17      | 1.0+   | 8   |- |
-| 1.5.2             | 1.15,1.16,1.17,1.18 | 1.0+ | 8 |- |
-| 1.6.2             | 1.15,1.16,1.17,1.18,1.19 | 1.0+ | 8 |- |
-| 24.0.1            | 1.15,1.16,1.17,1.18,1.19,1.20 | 1.0+ | 8 |- |
+# 使用方式
 
-## 使用
+## 安装配置
 
-### Maven
+可在[这里](https://repo.maven.apache.org/maven2/org/apache/doris/)下载Flink Doris 
Connector对应版本的Jar包,将此文件复制到 `Flink` 的 `classpath` 中即可使用 `Flink-Doris-Connector` 
。 `Standalone` 模式运行的 `Flink` ,将此文件放入 `lib/` 文件夹下。 `Yarn` 集群模式运行的 `Flink` 
,则将此文件放入预部署包中。

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to