Results 62 comments of dailai

> Please update the link about debezium in MySQL-CDC.md. > > * [[Doc] Fix dead link with debezium #6283](https://github.com/apache/seatunnel/pull/6283) done

You can define the source like this: source { Mysql-CDC { result_table_name = "tb1" base-url = "jdbc:mysql://127.0.0.1:3306/seatunnel" username = "root" password = "xxx" table-names = ["seatunnel.role"] } Mysql-CDC { result_table_name...

Could you implement stream read for paimon source ? I don't think this is necessary in batch read scenarios.

> I think we should check flink and spark job too. Yes, > I think we should check flink and spark job too. That's right. I haven't committed my code...

If you want to use paimon's upsert feature, your source should be mysql-cdc. In addition, the checkpoint.interval parameter is not supported for batch write in paimon sink, because the batch...

> > If you want to use paimon's upsert feature, your source should be mysql-cdc. In addition, the checkpoint.interval parameter is not supported for batch write in paimon sink, because...

![截屏2024-05-11 10 37 02](https://github.com/apache/seatunnel/assets/18141150/85f768f6-e3ba-429f-8b4d-5ebac3eb3ddd) ![截屏2024-05-11 10 37 32](https://github.com/apache/seatunnel/assets/18141150/74a83619-4b5f-4929-a308-73ca53998b88) ![截屏2024-05-11 10 38 00](https://github.com/apache/seatunnel/assets/18141150/86821d87-4fa8-4f03-9c27-adadd6c83bde) ![截屏2024-05-11 10 38 30](https://github.com/apache/seatunnel/assets/18141150/8686c11f-af1d-4f76-9138-900c2871b762)