|
|
|
|
|
by BillinghamJ
2779 days ago
|
|
No because in a distributed system, you can't rely on SQL transactions. i.e. if you need to make one API request to start the transaction and a second API request to commit it/rollback - you can't hold the SQL transaction open between those. |
|