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.