liugddx commented on issue #3002:
URL: 
https://github.com/apache/incubator-seatunnel/issues/3002#issuecomment-1321377983

   > > When allowing dirty data and set its threshold, synchronization task 
will ignore the dirty data (that is, won't write to the target side), and 
normal execution.
   > 
   > If we want achieve this feature, two way: 1. the sink connector should 
make sure they are not throw exception when meet dirty data. 2. Or we recreate 
sink connector again. Both have some problem, 1 will be hard to do with all 
connector, 2 will have many connection to create and close.
   
   I think you can use the first way.Whether can be obtained at a higher level 
anomalies and then use the accumulator?


-- 
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