pingcap/tiflow
Reduce duplication of DM's syncer and CDC's MySQL sink
Aberta
#3.242 aberto em 2 de nov. de 2021
area/dmarea/ticdchelp wantedtype/enhancement
Métricas do repositório
- Stars
- (461 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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