dailai
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...
Please add test case.
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...
   