You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/10 06:21:19 UTC

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #2941: [Imporve][Seatunnel-code][Seatunnel-flink-starter] customize operator parallel for flink

Hisoka-X commented on code in PR #2941:
URL: https://github.com/apache/incubator-seatunnel/pull/2941#discussion_r990940603


##########
seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf:
##########
@@ -28,33 +28,35 @@ env {
 
 source {
   # This is a example source plugin **only for test and demonstrate the feature source plugin**
-    FakeSource {
-      result_table_name = "fake"
-      row.num = 16
-      schema = {
-        fields {
-          name = "string"
-          age = "int"
-        }
+  FakeSource {

Review Comment:
   Please add parallelism config in FakeSource. Also please update doc



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

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