You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
BR then has the ability to decode the log data to a Undo SQL.
This usually needed, when user want to rollback one transaction.
For example, after execute delete/update succeed, found that the where clause was wrong.
Describe the feature you'd like:
Support generate Undo SQL from TiCDC log.
The log data format according to TiCDC open protocol.
Use BR to translate the row changed events then spell out the Undo SQL with given ts range.