We are using KunderaJTAUserTransaction for achieving JTA . But when we read the source, we found that there is no 2 Phase Commit, when we use multiple datastores in same transaction. This is important since there is a chance of failure when commit of one datastore succeeds and another one fails,then resultant rollback should result in the rollback of committed datastore entries. How can we achieve this using kundera?
Hi,
We are using KunderaJTAUserTransaction for achieving JTA . But when we read the source, we found that there is no 2 Phase Commit, when we use multiple datastores in same transaction. This is important since there is a chance of failure when commit of one datastore succeeds and another one fails,then resultant rollback should result in the rollback of committed datastore entries. How can we achieve this using kundera?