github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/cdc/config.toml (about)

     1  # Importer Configuration.
     2  
     3  log-level = "info"
     4  
     5  worker-count = 10
     6  job-count = 1000
     7  batch = 10
     8  
     9  [[source-db]]
    10  host = "127.0.0.1"
    11  user = "root"
    12  password = ""
    13  name = "test"
    14  port = 4000
    15  
    16  [target-db]
    17  host = "127.0.0.1"
    18  user = "root"
    19  password = ""
    20  name = "test"
    21  port = 3306
    22  
    23  [diff]
    24  equal-index = true
    25  equal-create-table = true
    26  equal-row-count = true
    27  equal-data = true