Skip to content

Commit

Permalink
complex tidb binlog.yaml: add checkpoint info (#6216)
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jin19 authored Aug 26, 2021
1 parent bb2fce3 commit 389c317
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config-templates/complex-tidb-binlog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ drainer_servers:
syncer.to.user: "root"
syncer.to.password: ""
syncer.to.port: 4000
syncer.to.checkpoint:
schema: "tidb-binlog"
type: "tidb"
host: "10.0.1.14"
user: "root"
password: "123"
port: 4000
- host: 10.0.1.13
port: 8249
deploy_dir: "/tidb-deploy/drainer-8249"
Expand Down

0 comments on commit 389c317

Please sign in to comment.