<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kafka on Joel Hanson</title>
    <link>https://joelhanson.com/tags/kafka/</link>
    <description>Recent content in Kafka on Joel Hanson</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>joelhanson025@gmail.com (Joel Hanson)</managingEditor>
    <webMaster>joelhanson025@gmail.com (Joel Hanson)</webMaster>
    <copyright>&amp;copy; Joel Hanson</copyright>
    <lastBuildDate>Sun, 02 Aug 2026 12:00:00 +0530</lastBuildDate><atom:link href="https://joelhanson.com/tags/kafka/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Kafka MCP Server</title>
      <link>https://joelhanson.com/projects/kafka-mcp-server/</link>
      <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/projects/kafka-mcp-server/</guid>
      <description>Expose Kafka cluster operations as LLM-accessible tools via the Model Context Protocol.</description>
      
    </item>
    
    <item>
      <title>Kafka Common Problems</title>
      <link>https://joelhanson.com/projects/kafka-common-problems/</link>
      <pubDate>Sun, 02 Aug 2026 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/projects/kafka-common-problems/</guid>
      <description>Operational playbooks for common Kafka production issues — symptoms, diagnosis steps, and fixes you can walk with a customer.</description>
      
    </item>
    
    <item>
      <title>bijou64</title>
      <link>https://joelhanson.com/projects/bijou64/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/projects/bijou64/</guid>
      <description>Shrink Kafka integer payloads with a compact encoding library for Java/Kafka apps.</description>
      
    </item>
    
    <item>
      <title>Building an MCP Server for Your Kafka Cluster</title>
      <link>https://joelhanson.com/posts/16-breaking-kafka-walls-building-an-mcp-server-for-your-kafka-cluster/</link>
      <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/16-breaking-kafka-walls-building-an-mcp-server-for-your-kafka-cluster/</guid>
      <description>A step‑by‑step guide to using FastMCP and the MCP protocol to expose Kafka operations (topic management, produce/consume, troubleshooting) as LLM‑accessible tools.</description>
      
    </item>
    
    <item>
      <title>Stream Wars</title>
      <link>https://joelhanson.com/projects/stream-wars/</link>
      <pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/projects/stream-wars/</guid>
      <description>A real-time multiplayer tap battle that turns every click into a Kafka event you can inspect.</description>
      
    </item>
    
    <item>
      <title>When One Kafka Partition Takes All the Heat</title>
      <link>https://joelhanson.com/posts/31-when-one-kafka-partition-takes-all-the-heat/</link>
      <pubDate>Sun, 02 Aug 2026 12:00:00 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/31-when-one-kafka-partition-takes-all-the-heat/</guid>
      <description>Hot partitions show up as lag on one partition, a stressed broker, and consumers that do nothing when you scale out. Confirm the skew, fix the key, and recreate it locally with a Docker Compose demo.</description>
      
    </item>
    
    <item>
      <title>Send Half the Bytes Over the Network: Cut Kafka Integer Payloads with Bijou64</title>
      <link>https://joelhanson.com/posts/26-shrink-kafka-integer-payloads-with-bijou64/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/26-shrink-kafka-integer-payloads-with-bijou64/</guid>
      <description>Every Kafka record with a Long value you produce sends 8 bytes over the wire, even when the value is 42. Bijou64 encodes integers in 1–3 bytes with drop-in serializers, cutting network transfer and replication traffic on integer-heavy topics by up to 50% or more.</description>
      
    </item>
    
    <item>
      <title>Shrink Kafka int payloads with bijou64</title>
      <link>https://joelhanson.com/discoveries/bijou64-compact-ints/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/discoveries/bijou64-compact-ints/</guid>
      <description>Variable-length unsigned 64-bit ints — small numbers stay small on the wire.</description>
      
    </item>
    
    <item>
      <title>Stream Wars: A Simple Game to Explain Kafka</title>
      <link>https://joelhanson.com/posts/25-building-stream-wars-a-real-time-multiplayer-tap-battle-game-with-kafka-and-websockets/</link>
      <pubDate>Fri, 19 Dec 2025 12:00:00 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/25-building-stream-wars-a-real-time-multiplayer-tap-battle-game-with-kafka-and-websockets/</guid>
      <description>I built Stream Wars as a tiny tap game to demo how Kafka works, by turning every tap in the browser into a real Kafka event you can inspect.</description>
      
    </item>
    
    <item>
      <title>SSE Kafka Connector: Stream Real-time Events into Kafka</title>
      <link>https://joelhanson.com/posts/21-sse-kafka-connector/</link>
      <pubDate>Wed, 27 Aug 2025 21:15:47 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/21-sse-kafka-connector/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;The Problem: Getting Real-time Data into Kafka&#xA;    &lt;div id=&#34;the-problem-getting-real-time-data-into-kafka&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#the-problem-getting-real-time-data-into-kafka&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Have you ever tried to stream Wikipedia changes or other real-time Server-Sent Events (SSE) updates into Kafka? If you have, you probably wrote custom Kafka producer and consumer code to handle these events, managed reconnections, and built your own error handling.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Mastering Integration Testing for Kafka Connectors: A Complete Guide</title>
      <link>https://joelhanson.com/posts/mastering-integration-testing-for-kafka-connectors-a-complete-guide/</link>
      <pubDate>Sun, 13 Jul 2025 21:40:00 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/mastering-integration-testing-for-kafka-connectors-a-complete-guide/</guid>
      <description>Integration testing is crucial for Kafka Connectors to ensure they work correctly with external systems. This guide provides a comprehensive approach to setting up and executing integration tests for Kafka Connectors, covering everything from environment setup to best practices for testing source and sink connectors.</description>
      
    </item>
    
    <item>
      <title>Creating Tombstone Records Using kafka-console-producer.sh: A Quick Guide</title>
      <link>https://joelhanson.com/posts/14-creating-tombstone-records-using-kafka-console-producer-sh-a-quick-guide/</link>
      <pubDate>Tue, 22 Apr 2025 16:03:27 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/14-creating-tombstone-records-using-kafka-console-producer-sh-a-quick-guide/</guid>
      <description>A practical guide to creating tombstone records for Kafka compacted topics using the kafka-console-producer.sh command-line tool with the null marker feature</description>
      
    </item>
    
    <item>
      <title>Kafka tombstones via console producer</title>
      <link>https://joelhanson.com/discoveries/kafka-tombstone-null-marker/</link>
      <pubDate>Tue, 22 Apr 2025 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/discoveries/kafka-tombstone-null-marker/</guid>
      <description>Key + null value = tombstone. Use null.marker so the CLI can send it.</description>
      
    </item>
    
    <item>
      <title>Build Custom Kafka Connectors Fast with This Open-Source Template</title>
      <link>https://joelhanson.com/posts/13-build-custom-kafka-connectors-fast-with-this-open-source-template/</link>
      <pubDate>Mon, 14 Apr 2025 16:19:42 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/13-build-custom-kafka-connectors-fast-with-this-open-source-template/</guid>
      <description>Apache Kafka is a powerful distributed event streaming platform, and &lt;strong&gt;Kafka Connect&lt;/strong&gt; makes it easy to integrate Kafka with external systems. While many pre-built connectors exist, real-world applications often need &lt;strong&gt;custom connectors&lt;/strong&gt; tailored for proprietary systems, custom logic, or advanced error handling.&#xA;That’s where this &lt;strong&gt;production-ready template&lt;/strong&gt; comes in—it removes the boilerplate and gives you everything you need to build, test, and deploy connectors with ease.</description>
      
    </item>
    
  </channel>
</rss>
