kalencaya opened a new issue #1392: URL: https://github.com/apache/incubator-seatunnel/issues/1392
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description seatunnel's jobs deployment now relys on config file, which must be on deploy machine local filesystem for load. When we try to manage seatunnel jobs by admin web, have to copy config file to deploy machine, which is annoying. So, we expect seatunnel supports remote config load by http for better deploy experience. Beyond remote config loading, seatunnel is also a fat jar which contains many plugins not needed by us, repackage seatunnel which only consists of needed plugins and job config file, then seatunnel loads job config file from jar classpath. I want to add a config file resource component for various scenarios such as file, url or classpath ### Usage Scenario seatunnel's jobs deployment supports various config file loading such as file, url or classpath ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
