From c35e591c32b63bfa53fa0a126943e1a85ac636c6 Mon Sep 17 00:00:00 2001 From: ajaxfan <909938737@qq.com> Date: Tue, 23 Feb 2021 15:09:44 +0800 Subject: [PATCH] update --- src/main/resources/file.conf | 72 -------------------------------- src/main/resources/registry.conf | 15 ------- 2 files changed, 87 deletions(-) delete mode 100644 src/main/resources/file.conf delete mode 100644 src/main/resources/registry.conf diff --git a/src/main/resources/file.conf b/src/main/resources/file.conf deleted file mode 100644 index e731bfb..0000000 --- a/src/main/resources/file.conf +++ /dev/null @@ -1,72 +0,0 @@ -transport { - # tcp udt unix-domain-socket - type = "TCP" - #NIO NATIVE - server = "NIO" - #enable heartbeat - heartbeat = true - # the client batch send request enable - enableClientBatchSendRequest = true - #thread factory for netty - threadFactory { - bossThreadPrefix = "NettyBoss" - workerThreadPrefix = "NettyServerNIOWorker" - serverExecutorThread-prefix = "NettyServerBizHandler" - shareBossWorker = false - clientSelectorThreadPrefix = "NettyClientSelector" - clientSelectorThreadSize = 1 - clientWorkerThreadPrefix = "NettyClientWorkerThread" - # netty boss thread size,will not be used for UDT - bossThreadSize = 1 - #auto default pin or 8 - workerThreadSize = "default" - } - shutdown { - # when destroy server, wait seconds - wait = 3 - } - serialization = "seata" - compressor = "none" -} - -service { - #transaction service group mapping - vgroupMapping.biz-service-ebtp-project-service-group = "default" - #only support when registry.type=file, please don't set multiple addresses - default.grouplist = "10.242.31.158:18035" - #degrade, current not support - enableDegrade = false - #disable seata - disableGlobalTransaction = false -} - -client { - rm { - asyncCommitBufferLimit = 10000 - lock { - retryInterval = 10 - retryTimes = 30 - retryPolicyBranchRollbackOnConflict = true - } - reportRetryCount = 5 - tableMetaCheckEnable = false - reportSuccessEnable = false - } - tm { - commitRetryCount = 5 - rollbackRetryCount = 5 - } - undo { - dataValidation = true - logSerialization = "jackson" - logTable = "undo_log" - } - log { - exceptionRate = 100 - } - support { - spring { - datasource-autoproxy = true - } - } -} \ No newline at end of file diff --git a/src/main/resources/registry.conf b/src/main/resources/registry.conf deleted file mode 100644 index 0a4eb4c..0000000 --- a/src/main/resources/registry.conf +++ /dev/null @@ -1,15 +0,0 @@ -registry { - type = "file" - - file { - name = "file.conf" - } -} - -config { - type = "file" - - file { - name = "file.conf" - } -} \ No newline at end of file