github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/multi_topics/conf/changefeed.toml (about)

     1  [sink]
     2  dispatchers = [
     3      { matcher = ['workload.*'], topic = "workload"},
     4      { matcher = ['test.*'], topic = "{schema}_{table}" },
     5  ]