wubx commented on issue #9773:
URL: https://github.com/apache/seatunnel/issues/9773#issuecomment-3223315126

   Another less compliant method is to extend the time of the subsequent events 
a little bit.
   ```
   
{"data":{"id":7,"c1":"debezium_json10"},"type":"DELETE","database":"wubx","table":"t01","ts":1756197561415}
   
{"data":{"id":7,"c1":"test"},"type":"INSERT","database":"wubx","table":"t01","ts":1756197561415}
   ```
   change to
   ```
   
{"data":{"id":7,"c1":"debezium_json10"},"type":"DELETE","database":"wubx","table":"t01","ts":1756197561415}
   
{"data":{"id":7,"c1":"test"},"type":"INSERT","database":"wubx","table":"t01","ts":1756197561416}
   ```


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