BenJFan edited a comment on issue #1461:
URL: 
https://github.com/apache/incubator-seatunnel/issues/1461#issuecomment-1073455991


   > @BenJFan Recently, I haven't started to write code, mainly to understand 
how to ensure strict consistency of transactions when using Flink CDC: [Can 
Flink CDC guarantee MySQL 
transactions](https://github.com/ververica/flink-cdc-connectors/issues/956)
   > 
   > In addition, for the specific code level, I still have the above three 
problems to be solved.
   
   Guaranteed strict consistency of transactions is not just one component can 
complete, the transaction that cdc can guarantee requires not only that the 
data source can be replayed (binlog can be replayed), but also the sink side to 
support transactions (traditional transaction or distributed transaction) or 
write idempotency


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to