You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/02 01:33:01 UTC

[GitHub] [shardingsphere] natehuangting opened a new issue, #18143: The proxy needs to be able to customize some parameters when using narayana

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] jingshanglu closed issue #18143: The proxy needs to be able to customize some parameters when using narayana

Posted by GitBox <gi...@apache.org>.
jingshanglu closed issue #18143: The proxy needs to be able to customize some parameters when using narayana
URL: https://github.com/apache/shardingsphere/issues/18143


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org