|
|
|
|
|
by asimpletune
1892 days ago
|
|
I think the answers requires more context, but for example one well known pattern is called “sagas” for implementing long lived distributed transactions. The gist is you timeout but provide a way for transactions to resume. Also obviously there’s 2PC but again it depends on what unite trying to solve. |
|