Hisoka-X commented on code in PR #8472:
URL: https://github.com/apache/seatunnel/pull/8472#discussion_r1906933646
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalPlan.java:
##########
@@ -87,6 +96,10 @@ public class PhysicalPlan {
private volatile boolean isRunning = false;
+ private final int pipelineParallel;
+
+ private final int pipelineWaitSeconds;
Review Comment:
I can't find where used this field.
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/env/EnvCommonOptions.java:
##########
@@ -33,6 +33,20 @@ public interface EnvCommonOptions {
"When parallelism is not specified in connector,
the parallelism in env is used by default. "
+ "When parallelism is specified, it will
override the parallelism in env.");
+ Option<Integer> PIPELINE_PARALLELISM =
+ Options.key("pipeline_parallelism")
Review Comment:
+1 for pipeline_parallelism.
--
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]