<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Distributed Design Pattern on Sven Ruppert</title><link>https://sven-ruppert.info/tags/distributed-design-pattern/</link><description>Recent content in Distributed Design Pattern on Sven Ruppert</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>sven.ruppert@gmail.com (Sven Ruppert)</managingEditor><webMaster>sven.ruppert@gmail.com (Sven Ruppert)</webMaster><copyright>© 2026 Sven Ruppert</copyright><lastBuildDate>Mon, 12 Feb 2024 12:40:41 +0000</lastBuildDate><atom:link href="https://sven-ruppert.info/tags/distributed-design-pattern/index.xml" rel="self" type="application/rss+xml"/><item><title>The Compensating Transaction Pattern</title><link>https://sven-ruppert.info/posts/the-compensating-transaction-pattern/</link><pubDate>Mon, 12 Feb 2024 12:40:41 +0000</pubDate><author>sven.ruppert@gmail.com (Sven Ruppert)</author><guid>https://sven-ruppert.info/posts/the-compensating-transaction-pattern/</guid><description>&lt;h2 class="relative group"&gt;The Bird-Eye View
 &lt;div id="the-bird-eye-view" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-bird-eye-view" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;A Compensating Transaction Pattern is a technique used to ensure consistency when multiple steps are involved in a process, and some steps may fail. It essentially consists in having &amp;ldquo;undo&amp;rdquo; transactions for each successful step, so if something goes wrong later on, you can reverse the changes made earlier and maintain data integrity.&lt;/p&gt;</description></item></channel></rss>