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.
Feature Request
Describe your feature request related problem:
Part of #325 , After pingcap/ticdc#768 TiCDC support external storage. BR need to restore data from TiCDC output log.
Describe the feature you'd like:
Support restore data from TiCDC log.
Describe alternatives you've considered:
Since there are two kind of TiCDC logs KV changes and DDL events.
For KV changes, BR should apply log in multi-thread.
Workload estimation(person-day)