<?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: Pravin Maleya</title>
    <description>The latest articles on DEV Community by Pravin Maleya (@pravin_maleya).</description>
    <link>https://dev.to/pravin_maleya</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1781253%2F3b8cbbbc-02c6-4d1c-92f3-5efb511d1551.jpg</url>
      <title>DEV Community: Pravin Maleya</title>
      <link>https://dev.to/pravin_maleya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pravin_maleya"/>
    <language>en</language>
    <item>
      <title>Apache Kafka in Data Engineering</title>
      <dc:creator>Pravin Maleya</dc:creator>
      <pubDate>Wed, 17 Sep 2025 17:34:08 +0000</pubDate>
      <link>https://dev.to/pravin_maleya/apache-kafka-in-data-engineering-2028</link>
      <guid>https://dev.to/pravin_maleya/apache-kafka-in-data-engineering-2028</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Apache Kafka is an open-source, distributed event streaming platform designed for high performance data pipelines, streaming analytics and data integration. Think of it as a high speed message hub for your data. It lets applications publish, store and subscribe to streams of records in real-time. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff4ahad31e9mpjzhibxfj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff4ahad31e9mpjzhibxfj.png" alt=" " width="268" height="188"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key concepts in Kafka
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Producer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;An application that sends messages to Kafka topics.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhxmpq7zvdhsdkxwfzv1d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhxmpq7zvdhsdkxwfzv1d.png" alt=" " width="318" height="159"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Consumer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;An application that reads messages from Kafka topics.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F789zfcwrq97fafc7srmk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F789zfcwrq97fafc7srmk.png" alt=" " width="318" height="159"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Topic&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A category or feed name to which records are sent. Think of this as a channel.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb7ey1butgq4kbdf308ag.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb7ey1butgq4kbdf308ag.png" alt=" " width="311" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Broker&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A Kafka &lt;strong&gt;server&lt;/strong&gt;. Multiple brokers form a Kafka &lt;strong&gt;cluster&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo0ilt7h3bayc20dgxxsa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo0ilt7h3bayc20dgxxsa.png" alt=" " width="311" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Kafka Cluster&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A group of Kafka brokers working together.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxe5mrb11j6mvgjh0uwqr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxe5mrb11j6mvgjh0uwqr.png" alt=" " width="335" height="150"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Kafka Use case
&lt;/h2&gt;

&lt;p&gt;Imagine an e-commerce platform: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Producers - Checkout service, inventory services, payment gateway.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Kafka - Handles all events.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Consumers - Analytics dashboards, fraud detection systems and email notifications.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Apache Kafka is a backbone for real-time data streaming.&lt;/p&gt;

</description>
      <category>dataengineering</category>
      <category>kafka</category>
    </item>
  </channel>
</rss>
