apache / seatunnel

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

[Feature][transforms-v2] Support append only stream from cdc source #7756

Closed dailai closed 2 weeks ago

dailai commented 1 month ago

Search before asking

Description

Add a new transform which can transform cdc row to append only row that contains the cdc rowkind or other needed info.

Example: CDC row: +D 1, test1, test2 new Row: +I 1,test1,test2,DELETE

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

hawk9821 commented 1 month ago

I am willing to submit a PR! Please assign it to me

Carl-Zhou-CN commented 1 month ago

I am willing to submit a PR! Please assign it to me

ok,Thanks for your contributions, and thanks to @dailai for the great idea

github-actions[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] commented 2 weeks ago

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.