lianghuan-xatu commented on code in PR #5542:
URL: https://github.com/apache/seatunnel/pull/5542#discussion_r1370307858
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/SeaTunnelServer.java:
##########
@@ -253,4 +257,63 @@ private void printExecutionInfo() {
coordinatorService.printJobDetailInfo();
}
}
+
+ public SeaTunnelConfig getSeaTunnelConfig() {
+ return seaTunnelConfig;
+ }
+
+ public NodeEngineImpl getNodeEngine() {
+ return nodeEngine;
+ }
+
+ public ConnectorPackageService getConnectorPackageService() {
Review Comment:
Because in the previous incorrect design, during the initialization of the
ConnectorPackageService, the CoordinaterService would be obtained first, and at
this time, the CoordinaterService has not yet completed the initialization
process. My design here is incorrect. Thank you very much for your reminder. I
will put the ConnectorPackageService into the CoordinatorService.
--
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]