davidzollo commented on code in PR #8676:
URL: https://github.com/apache/seatunnel/pull/8676#discussion_r1954518765


##########
docs/zh/connector-v2/sink/IoTDB.md:
##########
@@ -0,0 +1,221 @@
+# IoTDB
+
+> IoTDB接收器连接器
+
+## 支持以下引擎
+
+> Spark<br/>
+> Flink<br/>
+> SeaTunnel Zeta<br/>
+
+## 描述
+
+Used to write data to IoTDB.
+
+## Using Dependency
+
+### 适用于Spark/Flink发动机
+
+> 1. 
您需要确保[jdbc驱动程序jar包](https://mvnrepository.com/artifact/org.apache.iotdb/iotdb-jdbc)已放置在目录`${SEATUNNEL_HOME}/plugins/`中。
+
+### 适用于海底隧道Zeta发动机
+
+> 1. 
您需要确保[jdbc驱动程序jar包](https://mvnrepository.com/artifact/org.apache.iotdb/iotdb-jdbc)已放置在目录“${SEATUNNEL_HOME}/lib/”中。
+
+## 主要特性
+
+- [x] [exactly-once](../../concept/connector-v2-features.md)
+
+IoTDB通过幂等写支持“精确一次”功能。如果两条数据
+如果使用相同的“密钥”和“时间戳”,新数据将覆盖旧数据。
+
+:::tip
+

Review Comment:
   Please check again.



-- 
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...@seatunnel.apache.org

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

Reply via email to