github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/chaos/cases/conf/task-single.yaml (about)

     1  ---
     2  name: "task_single"
     3  task-mode: all
     4  
     5  target-database:
     6    host: "tidb-0.tidb"
     7    port: 4000
     8    user: "root"
     9    password: ""
    10  
    11  mysql-instances:
    12    -
    13      source-id: "replica-01"
    14      black-white-list:  "instance"
    15      mydumper-thread: 4
    16      loader-thread: 16
    17      syncer-config-name: "global"
    18  
    19  black-white-list:
    20    instance:
    21      do-dbs: ["db_single"]
    22  
    23  syncers:
    24    global:
    25      compact: true
    26      multiple-rows: true