mirror of https://github.com/dtm-labs/dtm.git
csharpjavadistributed-transactionsdtmgogolangmicroservicenodejsphpdatabasesagaseatatcctransactiontransactionsxapythondistributed
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
557 B
16 lines
557 B
DB:
|
|
driver: 'mysql'
|
|
host: 'localhost'
|
|
user: 'root'
|
|
password: ''
|
|
port: '3306'
|
|
# driver: 'postgres'
|
|
# host: 'localhost'
|
|
# user: 'postgres'
|
|
# password: 'mysecretpassword'
|
|
# port: '5432'
|
|
# the unit of following configurations is second
|
|
|
|
# TransCronInterval: 3 # the interval to poll unfinished global transaction for every dtm process
|
|
# TimeoutToFail: 35 # timeout for XA, TCC to fail. saga's timeout default to infinite, which can be overwritten in saga options
|
|
# RetryInterval: 10 # the subtrans branch will be retried after this interval
|
|
|