liunaijie opened a new issue, #8963: URL: https://github.com/apache/seatunnel/issues/8963
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Now when start Web server, it required we started Zeta Engine. I thinks this is not necessary, If I only use it to create job definition, we don't need to create Zeta Engine server. And if I need submit job via web server, we only need part of SeaTunnel lib like `seatunnel-engine-client` and related `Connector` lib Related code in Web server: - https://github.com/apache/seatunnel-web/blob/main/seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/service/impl/JobExecutorServiceImpl.java#L73 - https://github.com/apache/seatunnel-web/blob/main/seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/service/impl/JobExecutorServiceImpl.java#L118 ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org