github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/tests/multi_capture/conf/diff_config.toml (about)

     1  # diff Configuration.
     2  
     3  log-level = "info"
     4  chunk-size = 10
     5  check-thread-count = 4
     6  sample-percent = 100
     7  use-rowid = false
     8  use-checksum = true
     9  fix-sql-file = "fix.sql"
    10  
    11  # tables need to check.
    12  [[check-tables]]
    13      schema = "multi_capture_1"
    14      tables = ["usertable"]
    15  [[check-tables]]
    16      schema = "multi_capture_2"
    17      tables = ["usertable"]
    18  [[check-tables]]
    19      schema = "multi_capture_3"
    20      tables = ["usertable"]
    21  [[check-tables]]
    22      schema = "multi_capture_4"
    23      tables = ["usertable"]
    24  
    25  [[source-db]]
    26      host = "127.0.0.1"
    27      port = 4000
    28      user = "root"
    29      password = ""
    30      instance-id = "source-1"
    31  
    32  [target-db]
    33      host = "127.0.0.1"
    34      port = 3306
    35      user = "root"
    36      password = ""