I use databus read the binlog, but after some time, it got assert error on the target table records. I found the last position before the assert error. After I restart the databus from the last position, it could read the binlog records as normal.
I know the assert error means the transaction status is not right. But I can't understand it happens after some position and disappear after restart.
I use databus read the binlog, but after some time, it got assert error on the target table records. I found the last position before the assert error. After I restart the databus from the last position, it could read the binlog records as normal.
I know the assert error means the transaction status is not right. But I can't understand it happens after some position and disappear after restart.
Could anyone help me?
Thanks