【 TiDB 使用环境】生产环境
【 TiDB 版本】v4.0.5
【复现路径】
使用 drainer + pump 将 tidb 的数据同步到 kafka ,然后在用阿里云的数据同步任务将数据同步到 MySQL,上游表新增一列后,下游 MySQL 新的列没有数据。
【遇到的问题:问题现象及影响】
在上游 tidb 的表中新增一列数据,下游 mysql 对应的表中没有新增列。
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】
drainer.toml
WARNING: This file is auto-generated. Do not edit! All your modification will be overwritten!
You can use ‘tiup cluster edit-config’ and ‘tiup cluster reload’ to update the configuration
All configuration items you want to change can be added to:
server_configs:
drainer:
aa.b1.c3: value
aa.b2.c4: value
[syncer]
db-type = “kafka”
replicate-do-db = [“db1”, “db2”]
[syncer.to]
kafka-addrs = “XX:XX”
kafka-version = “0.11.0.2”
topic-name = “XX”
[pump.toml]