<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tanay Karmarkar</title>
    <description>The latest articles on DEV Community by Tanay Karmarkar (@tanay_karmarkar_fe8eb6dcd).</description>
    <link>https://dev.to/tanay_karmarkar_fe8eb6dcd</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4079742%2Ff5958ac1-dbc9-4a86-b8af-35b3c35c150d.png</url>
      <title>DEV Community: Tanay Karmarkar</title>
      <link>https://dev.to/tanay_karmarkar_fe8eb6dcd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tanay_karmarkar_fe8eb6dcd"/>
    <language>en</language>
    <item>
      <title>So…#WTH is State Machine Replication?</title>
      <dc:creator>Tanay Karmarkar</dc:creator>
      <pubDate>Sun, 16 Aug 2026 06:05:02 +0000</pubDate>
      <link>https://dev.to/tanay_karmarkar_fe8eb6dcd/sowth-is-state-machine-replication-1oek</link>
      <guid>https://dev.to/tanay_karmarkar_fe8eb6dcd/sowth-is-state-machine-replication-1oek</guid>
      <description>&lt;p&gt;Every replicated database, Kafka partition, and Raft cluster relies on one rule: if deterministic replicas start identical and apply identical commands in an identical order, they stay identical.&lt;br&gt;
Violate the order by one message, and you’ve built two different databases.&lt;/p&gt;

&lt;p&gt;In my blog, I learnt and then broke down the mechanics of State Machine Replication (SMR). I cover:&lt;/p&gt;

&lt;p&gt;-&amp;gt; The Deterministic Primitive&lt;br&gt;
 -&amp;gt; The Replicated Log&lt;br&gt;
 -&amp;gt; Exactly-Once Apply&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://portfolio.tanaykarmarkar.com/blogs/distributed-systems-state-machine-replication" rel="noopener noreferrer" class="c-link"&gt;
            WTH is State Machine Replication? — Tanay Karmarkar
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            WTH is State Machine Replication? Deterministic replicas must apply identical commands in identical order.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
          portfolio.tanaykarmarkar.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
