zhfeng commented on issue #1694: Refactor design of sharding transaction 2PC XA URL: https://github.com/apache/incubator-shardingsphere/issues/1694#issuecomment-454666844 Thanks @cherrylzhao and I will take a look. For the SPI, I have the following questions: 1. Why does it introduce the SingleXAResource ? 2. Why does it need the enlistResource method ? Although I think in the different vendor, the implementation could be similar here just like ``` TransationMangager.getCurrentTransaction().enlist(xaResource); ``` can you explain to me how this method could be used in the sharding-sphere ? Thanks a lot !
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
