pingcap/tiflow
Reduce duplication of DM's syncer and CDC's MySQL sink
Aperta
#3242 aperta il 2 nov 2021
area/dmarea/ticdchelp wantedtype/enhancement
Metriche repository
- Star
- (461 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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