Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: dmctl工具支持查询目前正在同步的上游库、表详细列表
|
username: h5n1
Currently, dmctl cannot obtain a detailed list of all databases and tables being synchronized. The binlog-schema list requires specifying the exact database and table:
dmctl binlog-schema list <task-name> <database> <table> [flags]
This is not very convenient for querying sharded databases and tables configured with wildcards. Could you add a dmctl binlog-schema XXX
command to view all upstream sharded database and table information currently being synchronized?