|
@@ -24,17 +24,6 @@ dbsyncer.storage.support.mysql.enabled=false
|
|
|
dbsyncer.storage.support.mysql.config.url=jdbc:mysql://127.0.0.1:3306/dbsyncer?rewriteBatchedStatements=true&seUnicode=true&characterEncoding=UTF8&serverTimezone=Asia/Shanghai&useSSL=false&verifyServerCertificate=false&autoReconnect=true
|
|
|
dbsyncer.storage.support.mysql.config.username=root
|
|
|
dbsyncer.storage.support.mysql.config.password=123
|
|
|
-# binlog指持久化增量数据到磁盘的任务
|
|
|
-# 从磁盘批量读取的任务数
|
|
|
-dbsyncer.storage.binlog.recorder.batch-count=10000
|
|
|
-# 最长处理时间(秒),在限定的时间内提交的任务没有被成功消费,将会重复执行
|
|
|
-dbsyncer.storage.binlog.recorder.max-processing-seconds=120
|
|
|
-# 任务队列容量
|
|
|
-dbsyncer.storage.binlog.recorder.queue-capacity=10000
|
|
|
-# 写磁盘间隔(毫秒)
|
|
|
-dbsyncer.storage.binlog.recorder.writer-period-millisecond=500
|
|
|
-# 读磁盘间隔(毫秒)
|
|
|
-dbsyncer.storage.binlog.recorder.reader-period-millisecond=2000
|
|
|
|
|
|
#parser
|
|
|
# 单次执行批量同步任务数
|