<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redis on Architecting Bytes</title>
    <link>https://example.org/tags/redis/</link>
    <description>Recent content in Redis on Architecting Bytes</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 10 Aug 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://example.org/tags/redis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Streaming Messages from Temporal Workers to SSE Clients</title>
      <link>https://example.org/posts/temporal-redis-sse/</link>
      <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://example.org/posts/temporal-redis-sse/</guid>
      <description>&lt;p&gt;Temporal recently put out a wonderful demo of&#xA;using &lt;a href=&#34;https://temporal.io/blog/announcing-openai-agents-sdk-integration&#34;&gt;Temporal to make prod-ready OpenAI agents&lt;/a&gt;,&#xA;and I&amp;rsquo;ve seen many around asking a particular question about Temporal itself:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;How do I stream responses from Temporal?&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;It&amp;rsquo;s a natural question, given how often SSE responses are used with LLMs. There are a few ways to approach this&#xA;problem, but I will focus on a singular solution. I implemented my own &lt;code&gt;Worker(s) -&amp;gt; SSE stream&lt;/code&gt; implementation about a&#xA;year ago to handle fan-out notifications, and will share it with you here.&#xA;I do not prescribe that this is the ideal solution, instead, this is meant to tease out some creative solutions from&#xA;you, the reader.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
