<?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: FaruqueBraimo</title>
    <description>The latest articles on DEV Community by FaruqueBraimo (@faruquebraimo).</description>
    <link>https://dev.to/faruquebraimo</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%2F196358%2F0fb35df6-2727-4d4e-8723-bf786f82fc16.jpeg</url>
      <title>DEV Community: FaruqueBraimo</title>
      <link>https://dev.to/faruquebraimo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/faruquebraimo"/>
    <language>en</language>
    <item>
      <title>Why I built a Apache Kafka Explorer that doesn't need Docker or Java?</title>
      <dc:creator>FaruqueBraimo</dc:creator>
      <pubDate>Tue, 27 Jan 2026 19:18:47 +0000</pubDate>
      <link>https://dev.to/faruquebraimo/why-i-built-a-apache-kafka-explorer-that-doesnt-need-docker-or-java-2pl3</link>
      <guid>https://dev.to/faruquebraimo/why-i-built-a-apache-kafka-explorer-that-doesnt-need-docker-or-java-2pl3</guid>
      <description>&lt;p&gt;&lt;strong&gt;Kafka is powerful, but inspecting it shouldn't be painful.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We’ve all been there: trying to debug a message flow and having to deal with complex CLI commands, heavy enterprise tools, or spinning up massive Docker containers just to see what's inside a topic.&lt;/p&gt;

&lt;p&gt;I wanted something faster, lighter, and more intuitive. That’s why I’m building &lt;strong&gt;StreamLupe&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is StreamLupe?
&lt;/h2&gt;

&lt;p&gt;StreamLupe is a productivity-focused tool designed for developers who work with Apache Kafka daily. It’s not just another GUI; it’s a lightweight environment to visualize, filter, and manage your streams without the overhead.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features that save me time:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time Streaming:&lt;/strong&gt; Watch messages as they arrive with clear visibility over keys, headers, and metadata.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SQL-powered Queries:&lt;/strong&gt; Sometimes "Search" isn't enough. I've integrated a SQL console so you can query topics using familiar syntax and export results to JSON or CSV.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One-click Local Kafka:&lt;/strong&gt; This is a personal favorite. You can spin up a local broker (KRaft or Zookeeper mode) directly within the app. No Docker, no YAML mess—perfect for quick local testing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero Dependencies:&lt;/strong&gt; It’s a native experience. You don't need to install Java or Docker to run StreamLupe itself.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why not just use [Existing Tool]?
&lt;/h2&gt;

&lt;p&gt;Most tools out there fall into two categories: they are either too basic (CLI) or way too "enterprise" (resource-heavy and complex). StreamLupe aims for the sweet spot: the power of a SQL engine with the agility of a native desktop app.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current State &amp;amp; Roadmap
&lt;/h2&gt;

&lt;p&gt;The first public version is live for &lt;strong&gt;Windows&lt;/strong&gt; (Installer/Portable) and &lt;strong&gt;Linux&lt;/strong&gt; (AppImage). I’m currently working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;macOS support (coming soon!)&lt;/li&gt;
&lt;li&gt;Schema Registry integration&lt;/li&gt;
&lt;li&gt;More advanced data visualization formats&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  I’d love your feedback!
&lt;/h2&gt;

&lt;p&gt;As developers, our workflow is everything. I'd love to hear from the dev.to community:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How do you currently inspect your production Kafka topics?&lt;/li&gt;
&lt;li&gt;What is the biggest "pain point" in your current Kafka GUI?&lt;/li&gt;
&lt;li&gt;Would having a built-in local Kafka broker change how you prototype?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Check it out at: 🔗 &lt;a href="https://streamlupe.com" rel="noopener noreferrer"&gt;streamlupe.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kafka</category>
      <category>java</category>
      <category>distributedsystems</category>
      <category>monitoring</category>
    </item>
  </channel>
</rss>
