apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.68k stars 1.7k forks source link

[Feature][Transform] Move transform from seatunnel-starter.jar to transform directory #7171

Open Hisoka-X opened 3 weeks ago

Hisoka-X commented 3 weeks ago

Search before asking

Description

Currently, transform is packaged in the seatunnel-starter.jar package. If users need to extend transform, they need to restart the zeta engine. We hope that transform, like connector, exists in a separate folder and is dynamically loaded when a task is submitted. At the same time, users can also dynamically add transform without restarting the engine.

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

liunaijie commented 3 weeks ago

please assign it to me, thx.