From 7be070c48522c00a04b3e829962aa230eeabd9cb Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 23 Aug 2021 16:28:04 +0800 Subject: [PATCH] add checkpoint info (#6829) (#6912) --- config-templates/complex-tidb-binlog.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config-templates/complex-tidb-binlog.yaml b/config-templates/complex-tidb-binlog.yaml index e49706e65e11..52efeac3d829 100644 --- a/config-templates/complex-tidb-binlog.yaml +++ b/config-templates/complex-tidb-binlog.yaml @@ -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 monitoring_servers: - host: 10.0.1.10