<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Redpanda on martinuke0&#39;s Blog</title>
    <link>https://martinuke0.github.io/tags/redpanda/</link>
    <description>Recent content in Redpanda on martinuke0&#39;s Blog</description>
    <image>
      <title>martinuke0&#39;s Blog</title>
      <url>https://martinuke0.github.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://martinuke0.github.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.152.2</generator>
    <language>en</language>
    <lastBuildDate>Fri, 03 Apr 2026 14:00:52 +0000</lastBuildDate>
    <atom:link href="https://martinuke0.github.io/tags/redpanda/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Architecting Low‑Latency Stream Processing with Rust and Redpanda</title>
      <link>https://martinuke0.github.io/posts/2026-04-03-architecting-lowlatency-stream-processing-with-rust-and-redpanda/</link>
      <pubDate>Fri, 03 Apr 2026 14:00:52 +0000</pubDate>
      <guid>https://martinuke0.github.io/posts/2026-04-03-architecting-lowlatency-stream-processing-with-rust-and-redpanda/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In today’s data‑driven enterprises, real‑time insights are no longer a luxury—they’re a competitive imperative. Whether you’re detecting fraud, personalizing user experiences, or monitoring IoT sensor fleets, the ability to ingest, transform, and act on data within milliseconds can define success.&lt;/p&gt;
&lt;p&gt;Building &lt;strong&gt;low‑latency stream processing pipelines&lt;/strong&gt; therefore demands a careful blend of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Zero‑copy, lock‑free networking&lt;/strong&gt; – to keep data moving without unnecessary buffering.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Predictable, low‑overhead execution&lt;/strong&gt; – to avoid the GC pauses or runtime jitter common in many high‑level languages.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Robust, horizontally scalable messaging&lt;/strong&gt; – to guarantee durability and ordering under heavy load.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Rust’s performance characteristics (no GC, fearless concurrency, fine‑grained control over memory) and Redpanda’s Kafka‑compatible, “C++‑native” architecture make them a natural pairing for high‑performance pipelines. This article walks you through the architectural decisions, practical implementation details, and operational best practices needed to build a &lt;strong&gt;low‑latency stream processing system&lt;/strong&gt; using Rust and Redpanda.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
