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 04:04:51 UTC

[GitHub] cherrylzhao opened a new issue #1858: Add TransactionalDataSource to encapsulation distribute transaction.

cherrylzhao opened a new issue #1858: Add TransactionalDataSource to encapsulation distribute transaction. 
URL: https://github.com/apache/incubator-shardingsphere/issues/1858
 
 
   Now we have provided a mechanism to ensure the distributed transaction in one `ShardingDataSource`. we can extract an independent `TransactionalDataSource` which include all distributed transaction operation. according to implement JTA Transaction manager interface, we can support transaction between different `TransactionalDataSource`. `ShardingDataSource` will upgrade to `TransactionalDataSource` if you have depended transaction module, here is the draft design, please feel free to give us some idea.
   
   ![image](https://user-images.githubusercontent.com/8317649/52610952-34711180-2ebe-11e9-8dbb-c81c506c55f3.png)
   
   

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