|
@@ -1,33 +1,36 @@
|
|
|
server.ip=127.0.0.1
|
|
|
server.port=18686
|
|
|
#web
|
|
|
+dbsyncer.web.worker.id=1
|
|
|
dbsyncer.web.login.username=admin
|
|
|
dbsyncer.web.login.password=0DPiKuNIrrVmD8IUCuw1hQxNqZc=
|
|
|
-server.servlet.session.timeout=1800
|
|
|
-server.servlet.context-path=/
|
|
|
-#dbsyncer.common.worker.id=1
|
|
|
dbsyncer.web.task.scheduler.pool-size=8
|
|
|
dbsyncer.web.task.executor.core-size=10
|
|
|
dbsyncer.web.task.executor.queue-capacity=1000
|
|
|
+server.servlet.session.timeout=1800
|
|
|
+server.servlet.context-path=/
|
|
|
|
|
|
#parser
|
|
|
+dbsyncer.parser.flush.full.data.enabled=false
|
|
|
+dbsyncer.parser.flush.increment.data.write-success=true
|
|
|
+dbsyncer.parser.flush.increment.data.write-fail=true
|
|
|
+dbsyncer.parser.flush.increment.data.max-error-length=2048
|
|
|
dbsyncer.parser.flush.buffer.actuator.speed.enabled=true
|
|
|
-#dbsyncer.parser.flush.buffer.actuator.writer-batch-count=100
|
|
|
-#dbsyncer.parser.flush.buffer.actuator.batch-count=1000
|
|
|
-#dbsyncer.parser.flush.buffer.actuator.queue-capacity=50000
|
|
|
-#dbsyncer.parser.flush.buffer.actuator.period-millisecond=300
|
|
|
-#dbsyncer.parser.flush.full.enabled=true
|
|
|
+dbsyncer.parser.flush.buffer.actuator.writer-batch-count=100
|
|
|
+dbsyncer.parser.flush.buffer.actuator.batch-count=1000
|
|
|
+dbsyncer.parser.flush.buffer.actuator.queue-capacity=50000
|
|
|
+dbsyncer.parser.flush.buffer.actuator.period-millisecond=300
|
|
|
|
|
|
#storage
|
|
|
+dbsyncer.storage.binlog.recorder.batch-count=1000
|
|
|
+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
|
|
|
#dbsyncer.storage.support.mysql.enabled=true
|
|
|
#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
|
|
|
#dbsyncer.storage.support.mysql.config.username=root
|
|
|
#dbsyncer.storage.support.mysql.config.password=123
|
|
|
-#dbsyncer.storage.binlog.recorder.batch-count=1000
|
|
|
-#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
|
|
|
|
|
|
#monitor
|
|
|
management.endpoints.web.base-path=/app
|