pingcap/tiflow
Reduce duplication of DM's syncer and CDC's MySQL sink
Ouverte
#3 242 ouverte le 2 nov. 2021
area/dmarea/ticdchelp wantedtype/enhancement
Métriques du dépôt
- Stars
- (461 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
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