kafka consumer meet message for the same row with large offset but smaller commit-ts #11823
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
component/test
Unit tests and integration tests component.
The kafka consumer receive message for the same row, which at larger offset but the commit-ts is smaller than the previous messages, this may caused by the Kafka sink send message out of order.
At the moment, we think this may caused by the issue:
This cannot be reproduced by the internal tests now, we are adding more test cases.
The text was updated successfully, but these errors were encountered: