pingcap/tiflow
support setting which tables are managed by the same ticdc instance
Aberta
#971 aberto em 27 de set. de 2020
help wanted
Métricas do repositório
- Stars
- (461 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
consider there are several DML statements in one txn, and these DML manipulate several different tables, in order to achieve the ACID of the downstream database, it will be helpful if TiCDC supports to set “table groups”, and keeping the tables in one group to be managed by the same TiCDC instance.