natehuangting opened a new issue, #18143:
URL: https://github.com/apache/shardingsphere/issues/18143
## Feature Request
### Describe the feature you would like.
When proxy uses narayana, some parameters cannot be customized, such as
defaultTimeout. I hope that some more important parameters can be defined in
the configuration file.
Here are some definitions in server.yaml.
`rules:
- !TRANSACTION
defaultType: XA
providerType: Narayana
# When the provider type is Narayana, the following properties can be
configured or not
props:
recoveryStoreUrl: jdbc:mysql://127.0.0.1:3306/jbossts
recoveryStoreDataSource: com.mysql.jdbc.jdbc2.optional.MysqlDataSource
recoveryStoreUser: root
recoveryStorePassword: 12345678
commitOnePhase: true
transactionSync: false
nodeIdentifier: 127.0.0.1@3307
xaRecoveryNodes:
- 127.0.0.1@3307
recoveryBackoffPeriod: 1
defaultTimeout: 180
expiryScanInterval: 12
periodicRecoveryPeriod: 120`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]