Tag: compensating-transaction
Browse 1 practical software engineering resources tagged with "compensating-transaction". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving compensating-transaction.
Compensating Transaction Pattern
Undo the effects of a completed transaction by executing a counter-operation, enabling eventual consistency in long-running business processes across distributed services.