pingcap/tiflow
support setting which tables are managed by the same ticdc instance
开放
#971 创建于 2020年9月27日
help wanted
仓库指标
- 星标
- (461 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.