|
|
|
|
|
by numbsafari
1030 days ago
|
|
It doesn’t exist. This isn’t how banks transfer funds between accounts. It’s fake. As a result, you can’t actually evaluate the engineering trade offs of the proposed solution. Here’s the thing: do you even need transactions (in the sense of ACID transactions that are resolved heuristically, as described in this article) between your microservices? Likely not. And what are the implications of having to wait around for PGSQL and Mongo negotiate a transaction between a third data store? Probably blocking and latency and all the associated problems which will lead to … not use transaction across service boundaries. |
|