<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on Joel Hanson</title>
    <link>https://joelhanson.com/tags/java/</link>
    <description>Recent content in Java 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/java/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Apicurio Registry</title>
      <link>https://joelhanson.com/projects/apicurio-registry/</link>
      <pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>
      <author>joelhanson025@gmail.com (Joel Hanson)</author>
      <guid>https://joelhanson.com/projects/apicurio-registry/</guid>
      <description>Schema registry migration and upstream MCP work for IBM Event Streams.</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>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>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>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>
    
  </channel>
</rss>
