<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kafka Connect on Joel Hanson</title>
    <link>https://joelhanson.com/tags/kafka-connect/</link>
    <description>Recent content in Kafka Connect 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>Thu, 30 Jul 2026 10:00:00 +0530</lastBuildDate><atom:link href="https://joelhanson.com/tags/kafka-connect/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Kafka Connector Template</title>
      <link>https://joelhanson.com/projects/kafka-connector-template/</link>
      <pubDate>Mon, 14 Apr 2025 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/projects/kafka-connector-template/</guid>
      <description>Production-ready Kafka Connect template with Testcontainers integration tests.</description>
      
    </item>
    
    <item>
      <title>SSE Kafka Connector</title>
      <link>https://joelhanson.com/projects/sse-kafka-connector/</link>
      <pubDate>Tue, 01 Apr 2025 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/projects/sse-kafka-connector/</guid>
      <description>Kafka Connect source that turns Server-Sent Events streams into Kafka topics — used in Event Streams demos.</description>
      
    </item>
    
    <item>
      <title>The Connector That Kept Retrying and Never Said So</title>
      <link>https://joelhanson.com/posts/29-the-connector-that-kept-retrying-and-never-said-so/</link>
      <pubDate>Thu, 30 Jul 2026 10:00:00 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/29-the-connector-that-kept-retrying-and-never-said-so/</guid>
      <description>A Kafka Connect MQ Sink looked healthy while messages never reached MQ — RetriableException loops in put() sit outside errors.retry.timeout. How we added mq.retry.timeout.ms so silent retries become visible failures.</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>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>
    
    <item>
      <title>Filtering Tombstone Records in Kafka Connect</title>
      <link>https://joelhanson.com/posts/12-filtering-tombstone-records-in-kafka-connect/</link>
      <pubDate>Tue, 11 Mar 2025 12:19:08 +0530</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/posts/12-filtering-tombstone-records-in-kafka-connect/</guid>
      <description>&lt;p&gt;Kafka Connect provides a flexible way to process streaming data using Single Message Transforms (SMTs). If you need to filter out tombstone records (records with &lt;code&gt;null&lt;/code&gt; values), you should use the generic &lt;strong&gt;Filter&lt;/strong&gt; transformation along with the &lt;strong&gt;RecordIsTombstone&lt;/strong&gt; predicate.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
