You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/02/12 07:15:57 UTC

[GitHub] KomachiSion edited a comment on issue #986: Support Saga Transaction

KomachiSion edited a comment on issue #986: Support Saga Transaction
URL: https://github.com/apache/incubator-shardingsphere/issues/986#issuecomment-430079034
 
 
   TODO list of saga transaction:
   - [x] Integrate Service Comb Saga
     - [x] Build saga request from SQLs in transaction
     - [x] Invoke Service Comb Saga in SagaTransactionManager
   - [x] Sharding-JDBC support Saga
     - [x]  Support JDBC statement
     - [x]  Support JDBC preparedStatement
     - [x]  Support JDBC BatchPreparedStatement
   - [x] Sharding-Proxy support Saga
     - [x]  Support Proxy JDBC backend
   - [x] Support different recover policy
     - [x] Support forward recover policy
       - [x] Configure the max retires
     - [x] Support backward recover policy
       - [x] Generate revert SQL
   - [x] Persistent Store Saga transaction logs 
   - [x] Configure Saga params
     - [x] Configure in Sharding-JDBC
       - [x] Init configuration
       - [x] Renew configuration
     - [x] Configure in Sharding-Proxy
       - [x] Init configuration
       - [x] Renew configuration
   - [x] Examples
     - [x] Example for Sharding-JDBC
     - [x] Example for Sharding-Proxy

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services