ruanwenjun opened a new issue, #1874: URL: https://github.com/apache/incubator-seatunnel/issues/1874
### 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 Right now, we have split the connectors from the launch jar. When our job startup, we will find the connector plugin from disk. The problem is that we have multiple module need to load plugin, e.g. flink, spark, flink-sql. And after our new API design, we will have more plugins(engine-translation). Since we didn't add the plugin into our classpath, so we need to use a lookup mechanism to do this. This issue is hope to add a new module `seatunnel-plugin-discovery` to load plugins. Other module want to use plugin will directly rely on `seatunnel-plugin-discovery`. ### Usage Scenario _No response_ ### 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]
