pingcap/tiflow
Reduce duplication of DM's syncer and CDC's MySQL sink
Open
#3,242 opened on Nov 2, 2021
area/dmarea/ticdchelp wantedtype/enhancement
Repository metrics
- Stars
- (461 stars)
- PR merge metrics
- (PR metrics pending)
Description
noticed there're lot of functions can be reused:
(a finished item)
https://github.com/pingcap/ticdc/blob/4bc1853a10287f12aff5706123c0cfc39feae7d2/cdc/sink/mysql.go#L1203 vs https://github.com/pingcap/ticdc/blob/4bc1853a10287f12aff5706123c0cfc39feae7d2/dm/syncer/dml.go#L713
sink/causality.go vs syncer/causality.go