<?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: Kishan Limbasiya</title>
    <description>The latest articles on DEV Community by Kishan Limbasiya (@kishanlimbasiya).</description>
    <link>https://dev.to/kishanlimbasiya</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%2F4008069%2F3a80cd8a-f2c0-4a21-ac3c-fa6d23cfdff3.png</url>
      <title>DEV Community: Kishan Limbasiya</title>
      <link>https://dev.to/kishanlimbasiya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kishanlimbasiya"/>
    <language>en</language>
    <item>
      <title>We Migrated from RabbitMQ to Kafka in Production — Here's Why (And What We Learned)</title>
      <dc:creator>Kishan Limbasiya</dc:creator>
      <pubDate>Mon, 29 Jun 2026 11:57:16 +0000</pubDate>
      <link>https://dev.to/kishanlimbasiya/we-migrated-from-rabbitmq-to-kafka-in-production-heres-why-and-what-we-learned-eld</link>
      <guid>https://dev.to/kishanlimbasiya/we-migrated-from-rabbitmq-to-kafka-in-production-heres-why-and-what-we-learned-eld</guid>
      <description>&lt;h1&gt;
  
  
  We Migrated from RabbitMQ to Kafka in Production — Here's Why (And What We Learned)
&lt;/h1&gt;

&lt;p&gt;When I started building backend systems with Node.js, RabbitMQ was my go-to message broker.&lt;/p&gt;

&lt;p&gt;It powered almost everything:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Email queues&lt;/li&gt;
&lt;li&gt;Background jobs&lt;/li&gt;
&lt;li&gt;Automation workers&lt;/li&gt;
&lt;li&gt;Cron services&lt;/li&gt;
&lt;li&gt;Real-time processing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It worked really well.&lt;/p&gt;

&lt;p&gt;But as our platform grew, we started processing significantly more events every day. More services needed the same data, our queues became larger, and scaling became increasingly difficult.&lt;/p&gt;

&lt;p&gt;That's when we decided to migrate part of our system from RabbitMQ to Apache Kafka.&lt;/p&gt;

&lt;p&gt;This article isn't about saying RabbitMQ is bad.&lt;/p&gt;

&lt;p&gt;It's about sharing what we learned after using &lt;strong&gt;both in production.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Our Architecture
&lt;/h2&gt;

&lt;p&gt;Our platform consisted of multiple microservices:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lead Processing Service&lt;/li&gt;
&lt;li&gt;Automation Workers&lt;/li&gt;
&lt;li&gt;Notification Service&lt;/li&gt;
&lt;li&gt;Email Service&lt;/li&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;li&gt;Cron Service&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Initially everything communicated through RabbitMQ.&lt;/p&gt;

</description>
      <category>node</category>
      <category>kafka</category>
      <category>eventdriven</category>
    </item>
  </channel>
</rss>
