EricJoy2048 commented on code in PR #2937:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2937#discussion_r982291899


##########
docs/en/connector-v2/sink/Druid.md:
##########
@@ -0,0 +1,101 @@
+# Druid
+
+> Druid sink connector
+
+## Description
+
+Write data to Apache Druid.
+
+
+## Options
+
+| name                    | type     | required | default value |
+| ----------------------- | -------- | -------- | ------------- |
+| coordinator_url         | `String` | yes      | -             |
+| datasource              | `String` | yes      | -             |
+| columns                 | `List<String>` | yes| __time        |
+| timestamp_column        | `String` | no       | timestamp     |
+| timestamp_format        | `String` | no       | auto          |
+| timestamp_missing_value | `String` | no       | -             |
+
+### coordinator_url [`String`]

Review Comment:
   Please use the same format as other documents  
https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/sink/Clickhouse.md



##########
docs/en/connector-v2/sink/Druid.md:
##########
@@ -0,0 +1,101 @@
+# Druid
+
+> Druid sink connector
+
+## Description

Review Comment:
   Please add the `Key Features` reference 
https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/sink/Clickhouse.md



##########
docs/en/connector-v2/source/Druid.md:
##########
@@ -0,0 +1,54 @@
+# Druid
+
+> Druid source connector
+
+## Description

Review Comment:
   Same as the Sink document.



-- 
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