DM-master Configuration File
This document introduces the configuration of DM-master, including the configuration file template and configurable items.
Configuration file template
The following is a configuration file template of DM-master.
# log configuration
log-file = "dm-master.log"
# DM-master listening address
master-addr = ":8261"
# DM-worker deployment. It will be refined when the new deployment function is available.
[[deploy]]
source-id = "mysql-replica-01"
dm-worker = "172.16.10.72:8262"
[[deploy]]
source-id = "mysql-replica-02"
dm-worker = "172.16.10.73:8262"
Configurable items
Global configuration
DM-worker configuration
Each DM-worker must be configured in separate [deploy] sections.