dyp12 commented on issue #9905: URL: https://github.com/apache/seatunnel/issues/9905#issuecomment-3383898814
目前没有这个功能,但是你可以同步数据的时候设置并行度1,一条条写入,这样数据就是和日志顺序一样了,但是这样写入速度可能会比较慢。一定要按顺序写入嘛,保证最终的数据一致不行嘛,是因为sink的库也有触发器嘛,不可以直接把触发器修改的数据同步过来嘛,sink库不搞触发器 -- 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]
