You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/05/17 08:50:16 UTC

[GitHub] [incubator-seatunnel] ruanwenjun opened a new issue, #1897: [Feature][core] Split transform plugin from current fat jar

ruanwenjun opened a new issue, #1897:
URL: https://github.com/apache/incubator-seatunnel/issues/1897

   ### 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
   
   After #1669 finished, we can support load plugin jar from distribution. This is hope to talk about splitting transform plugin from distribution. 
   The advantage is that when we want to add a new transform plugin, we can just create a project/module and add the dependency of `seatunnel-api-xx`, after we finish our code, we just need to package the plugin and put it into seatunnel plugin directory. Then seatunnel will automatically find it.
   
   In the current implementation, we need to repackage the whole project.
   
   ### 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: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org