Let TiCDC replicate table without primary/unique key #994
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
subject/new-feature
Denotes an issue or pull request adding a new feature.
Milestone
Feature Request
Is your feature request related to a problem? Please describe:
Restrict as described in the TiCDC document
TiCDC couldn't replicate the table without primary key/unique, the reason was that TiCDC could not output the row data of the deleted changelog of these tables, which caused the downstream unable to restore the delete operation.
But now TiCDC supports output row data and tidb-binlog can replicate these tables.
Because the correctness of these tables cannot be guaranteed, there are two options
The text was updated successfully, but these errors were encountered: