hailin0 commented on code in PR #3679:
URL:
https://github.com/apache/incubator-seatunnel/pull/3679#discussion_r1112470799
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/src/test/resources/starrocks-thrift-to-starrocks-streamload.conf:
##########
@@ -21,12 +21,31 @@ env {
}
source {
- Jdbc {
Review Comment:
remove jdbc from this maven pom
##########
docs/en/connector-v2/source/StarRocks.md:
##########
@@ -0,0 +1,151 @@
+# StarRocks
+
+> StarRocks source connector
+
+## Description
+
+Read external data source data through StarRocks.
+The internal implementation of StarRocks source connector is obtains the query
plan from the frontend (FE),
+delivers the query plan as a parameter to BE nodes, and then obtains data
results from BE nodes.
+
+## Key features
+
+- [x] [batch](../../concept/connector-v2-features.md)
+- [ ] [stream](../../concept/connector-v2-features.md)
+- [x] [exactly-once](../../concept/connector-v2-features.md)
Review Comment:
how to use
##########
docs/en/connector-v2/source/StarRocks.md:
##########
@@ -0,0 +1,151 @@
+# StarRocks
+
+> StarRocks source connector
+
+## Description
+
+Read external data source data through StarRocks.
+The internal implementation of StarRocks source connector is obtains the query
plan from the frontend (FE),
+delivers the query plan as a parameter to BE nodes, and then obtains data
results from BE nodes.
+
+## Key features
+
+- [x] [batch](../../concept/connector-v2-features.md)
+- [ ] [stream](../../concept/connector-v2-features.md)
+- [x] [exactly-once](../../concept/connector-v2-features.md)
+- [x] [schema projection](../../concept/connector-v2-features.md)
+- [x] [parallelism](../../concept/connector-v2-features.md)
Review Comment:
how to use
--
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]