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/01/04 10:21:21 UTC

[GitHub] [shardingsphere] jingshanglu opened a new issue #14508: Make It is easy to use with narayana

jingshanglu opened a new issue #14508:
URL: https://github.com/apache/shardingsphere/issues/14508


   ## Feature Request
   
   **For English only**, other languages will not accept.
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot make decision by current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   
   ### Describe the feature you would like.
   when transaction config in sever.yaml like this:
   ```
   rules:
     - !TRANSACTION
       defaultType: XA
       providerType: Narayana
   ```
   we need to add `jbossts-properties.xml` file to config `Narayana`.
   Now we want to simplify the configuration, just config a few key, then we can use.
   Automatically generate `CoreEnvironmentBean.nodeIdentifier` and `JTAEnvironmentBean.xaRecoveryNodes` for `narayana`
   ```
   - !TRANSACTION
     defaultType: XA
     providerType: Narayana
     props:
       databaseName: jbossts
       host: 127.0.0.1
       port: 3306
       user: root
       password: 12345678
   ```
   


-- 
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



[GitHub] [shardingsphere] terrymanu closed issue #14508: Make It is easy to use with narayana

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #14508:
URL: https://github.com/apache/shardingsphere/issues/14508


   


-- 
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