Hisoka-X commented on code in PR #8732:
URL: https://github.com/apache/seatunnel/pull/8732#discussion_r1964725280


##########
docs/zh/connector-v2/sink/TDengine.md:
##########
@@ -0,0 +1,71 @@
+# TDengine
+
+> TDengine 数据接收器
+
+## 描述
+
+用于将数据写入TDengine。
+
+## 主要特性
+
+- [x] [exactly-once](../../concept/connector-v2-features.md)
+- [ ] [cdc](../../concept/connector-v2-features.md)
+
+## 选项
+
+|   名称   |  类型  | 是否必传 | 默认值 |
+|----------|--------|----------|---------------|
+| url      | string | 是      | -             |
+| username | string | 是      | -             |
+| password | string | 是      | -             |
+| database | string | 是      |               |
+| stable   | string | 是      | -             |
+| timezone | string | 否       | UTC           |
+
+### url [string]
+
+选择TDengine时的TDengine的url
+
+例如
+
+```
+jdbc:TAOS-RS://localhost:6041/
+```
+
+### username [string]
+
+选择时TDengine的用户名
+
+### password [string]
+
+选择时TDengine的密码
+
+### database [string]
+
+当您选择时,TDengine的数据库
+
+### stable [string]
+
+选择时TDengine的稳定性
+
+### timezone [string]
+
+TDengine服务器的时间对ts领域很重要

Review Comment:
   ```suggestion
   ### username [string]
   
   TDengine的用户名
   
   ### password [string]
   
   TDengine的密码
   
   ### database [string]
   
   TDengine的数据库
   
   ### stable [string]
   
   TDengine的超级表
   
   ### timezone [string]
   
   TDengine服务器的时间,对ts字段很重要
   ```



##########
docs/zh/connector-v2/sink/TDengine.md:
##########
@@ -0,0 +1,71 @@
+# TDengine
+
+> TDengine 数据接收器
+
+## 描述
+
+用于将数据写入TDengine。
+
+## 主要特性
+
+- [x] [exactly-once](../../concept/connector-v2-features.md)
+- [ ] [cdc](../../concept/connector-v2-features.md)
+
+## 选项
+
+|   名称   |  类型  | 是否必传 | 默认值 |
+|----------|--------|----------|---------------|
+| url      | string | 是      | -             |
+| username | string | 是      | -             |
+| password | string | 是      | -             |
+| database | string | 是      |               |
+| stable   | string | 是      | -             |
+| timezone | string | 否       | UTC           |
+
+### url [string]
+
+选择TDengine时的TDengine的url

Review Comment:
   ```suggestion
   TDengine的url
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to