seata 1.4.2 file.conf is question?

iugsix8n  于 2个月前  发布在  其他
关注(0)|答案(2)|浏览(31)

1.4.2 releases version file.conf \ file.example.conf content diff?

Ⅰ. Issue Description

https://github.com/seata/seata/blob/1.4.2/server/src/main/resources/file.conf

https://github.com/seata/seata/blob/1.4.2/server/src/main/resources/file.example.conf

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. Unable to start springboot Application
  2. console error log: endpoint format should like ip:port

Ⅵ. Environment:

  • JDK version : 1.8
  • OS : mac 14
  • Others: no
vi4fp9gy

vi4fp9gy1#

use file.conf add file mode
service {
#vgroup->rgroup ..
#only support single no
vgroupMapping.seate-order-seata-service-group = "default"
default.grouplist = "127.0.0.1:8091"
#degrade current not support
enableDegrade = false
#disable
disable = false
#unit ms,s,m,h,d represents milliseconds, seconds, minutes, hours, days, default permanent
max.commit.retry.timeout = "-1"
max.rollback.retry.timeout = "-1"
}

client {
async.commit.buffer.limit = 10000
lock {
retry.internal = 10
retry.times = 30
}
report.retry.count = 5
}

70gysomp

70gysomp2#

vgroupMapping.xxxxx = "default"

vgroupMapping not is vgroup_mapping

vgroupMapping vgroupMapping vgroupMapping is yes

相关问题