Life Beyond Distributed Transactions: An Apostate's Implementation - Failures and Retries
Posts in this series: A Primer Document Coordination Document Example Dispatching Example Failures and Retries In the last post, we looked at an example of dispatching document messages to other documents using a central dispatcher. Our example worked well in the happy path scenario, but what happens when something goes wrong? We of course do not want a failure in dispatching messages to make the entire request fail, but what
[Read More]