seatunnel
seatunnel copied to clipboard
[Discuss][RoadMap] SeaTunnel Q4 RoadMap
Hi everyone. Here we can discuss the roadmap of SeaTunnel in Q4.
SeaTunnel API & SeaTunnel Connector
- [ ] CDC Connector MySQL https://github.com/apache/incubator-seatunnel/issues/2394
- [x] Transform API https://github.com/apache/incubator-seatunnel/issues/2678
- [ ] Transform V2 Flink Translation
- [ ] Transform V2 Spark Translation
- [ ] Database Synchronization Connector (batch mode)
- [ ] More Source & Sink & Transform Connector https://github.com/apache/incubator-seatunnel/issues/3018
- [ ] Support Connector Metrics
- [ ] Support TableSourceFactory and can get the Connector Option Rules.
- [ ] Support TableSinkFactory and can get the Connector Option Rules.
SeaTunnel Web Server
submodule: https://github.com/apache/incubator-seatunnel-web
- [x] #3374
- [ ] Release MVP version, and improve the fellings.
SeaTunnel Engine
- [x] Release MVP version
- [x] Support Transform Action
- [x] Support EventType API(For CDC connector we need know
Update/Insert/Deletetype) - [ ] Run on k8s
- [x] Performance testing & Performance optimization
- [ ] Support IMap Storage By JDBC #3870
- [ ] #3871
Spark/Flink new version support
- [x] #2733
- [ ] Support Spark3 https://github.com/apache/incubator-seatunnel/issues/2189
- [ ] Support Flink 1.15.X https://github.com/apache/incubator-seatunnel/issues/2927
Improve end-to-end testing of connector-v2 in a multi-engine environment; Now developers need to write a lot of repeated code to test different engines, if we support more version engine, this will generate more repeated test code;
SeaTunnel Web Server: Release MVP version, and improve the fellings.
@ashulin @CalvinKirs How about storage Snapshot by JDBC?
Support Flink 1.15.X #2927
Run on k8s is anyone working on this, if not, I think I can make it happen
Support Cache between source and sink What are the requirements for this feature ? up to now , ST Connector is mostly BatchMode ,Is this Feature for in case Sink Speed Less Than Source? if so, Control Source Speed can solve it with low memory use。 @EricJoy2048
Run on k8sis anyone working on this, if not, I think I can make it happen
Not yet, welcome you contribute it
Is there a todolist item in Transform V2 Flink Translation? I can do something related。 @EricJoy2048
@EricJoy2048 long time no updates?
how about to support multi-source and complex query sql plugin in zeta engine?