github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/tiup/conf/diff_config_pessimistic.toml (about)

     1  check-thread-count = 4
     2  
     3  export-fix-sql = true
     4  
     5  check-struct-only = false
     6  
     7  [task]
     8      output-dir = "/tmp/ticdc_dm_test/output"
     9  
    10      source-instances = ["mysql1", "mysql2"]
    11  
    12      target-instance = "tidb0"
    13  
    14      target-check-tables = ["pes_db_target.t_target"]
    15  
    16  
    17  [routes.rule1]
    18  schema-pattern = "pes_sharding*"
    19  table-pattern = "t?*"
    20  target-schema = "pes_db_target"
    21  target-table = "t_target"
    22  
    23  
    24  [data-sources]
    25  [data-sources.mysql1]
    26  host = "mysql1"
    27  port = 3306
    28  user = "root"
    29  password = ""
    30  route-rules = ["rule1"]
    31  
    32  [data-sources.mysql2]
    33  host = "mariadb2"
    34  port = 3306
    35  user = "root"
    36  password = ""
    37  route-rules = ["rule1"]
    38  
    39  [data-sources.tidb0]
    40  host = "tidb"
    41  port = 4000
    42  user = "root"
    43  password = ""