<?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: Gwang-o Yun</title>
    <description>The latest articles on DEV Community by Gwang-o Yun (@yungwangoh).</description>
    <link>https://dev.to/yungwangoh</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4081668%2Fdacf5d6d-c15f-441e-a82f-06291850d3ff.jpg</url>
      <title>DEV Community: Gwang-o Yun</title>
      <link>https://dev.to/yungwangoh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yungwangoh"/>
    <language>en</language>
    <item>
      <title>Titan: Real-time message dispatch, made lightweight</title>
      <dc:creator>Gwang-o Yun</dc:creator>
      <pubDate>Mon, 17 Aug 2026 12:55:18 +0000</pubDate>
      <link>https://dev.to/yungwangoh/titan-real-time-message-dispatch-made-lightweight-15e1</link>
      <guid>https://dev.to/yungwangoh/titan-real-time-message-dispatch-made-lightweight-15e1</guid>
      <description>&lt;p&gt;&lt;strong&gt;Title: I’ve been building Titan, a lightweight real-time message dispatcher in Java&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I’ve been working on an open-source project called Titan. It’s a lightweight message dispatcher written in Java, focused on real-time, in-memory message delivery without requiring a large broker setup.&lt;/p&gt;

&lt;p&gt;Titan currently supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;STOMP over TCP and WebSocket&lt;/li&gt;
&lt;li&gt;TLS and secure WebSocket connections&lt;/li&gt;
&lt;li&gt;Fan-out message delivery&lt;/li&gt;
&lt;li&gt;A Spring Boot client with listeners and automatic reconnection&lt;/li&gt;
&lt;li&gt;Native Titan and Vert.x client implementations behind the same API&lt;/li&gt;
&lt;li&gt;Queue and JVM monitoring through a small Go CLI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The networking layer is implemented directly on Java NIO, including the event loops, channel pipeline, WebSocket framing, and TLS handling. A lot of the recent work has been around connection stability, buffer ownership, flow control, and keeping the public client API simple.&lt;/p&gt;

&lt;p&gt;Titan is still pre-1.0, so I’m not presenting it as a replacement for Kafka or RabbitMQ. It currently makes more sense for lightweight real-time dispatch where persistence and durable messaging are not required.&lt;/p&gt;

&lt;p&gt;I’d especially appreciate feedback on the API, networking design, documentation, or anything that would make the project easier to try.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/traffic-hunter/titan" rel="noopener noreferrer"&gt;https://github.com/traffic-hunter/titan&lt;/a&gt;&lt;br&gt;
Documentation: &lt;a href="https://traffic-hunter.gitbook.io/titan/" rel="noopener noreferrer"&gt;https://traffic-hunter.gitbook.io/titan/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>opensource</category>
      <category>pubsub</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
