<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Temporal on Architecting Bytes</title>
    <link>https://example.org/tags/temporal/</link>
    <description>Recent content in Temporal 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/temporal/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>
    <item>
      <title>Running an Aesthetic Analysis ML System on Temporal</title>
      <link>https://example.org/posts/temporal-talk/</link>
      <pubDate>Sun, 27 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://example.org/posts/temporal-talk/</guid>
      <description>&lt;p&gt;Have we talked about &lt;a href=&#34;https://temporal.io&#34;&gt;Temporal&lt;/a&gt;?&lt;/p&gt;&#xA;&lt;p&gt;Look, your author is not one to shill for a product.&#xA;In fact, most of the time I approach products with cantankerous skepticism.&#xA;&lt;em&gt;But Temporal is special.&lt;/em&gt;&#xA;The &amp;ldquo;durable execution&amp;rdquo; paradigm it champions is something the industry sorely needs.&lt;/p&gt;&#xA;&lt;p&gt;In this talk, I demonstrate how we handle large-scale video aesthetic analysis,&#xA;with Temporal as the backbone orchestration mechanism.&#xA;Wrangling a machine learning (ML) workflow across dozens of executors and endpoints.&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/Fav9I9-CWws?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SSE Temporal Talk Resources</title>
      <link>https://example.org/resources/replay26/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://example.org/resources/replay26/</guid>
      <description>&lt;h1 id=&#34;thank-you-for-coming-to-my-talk&#34;&gt;Thank you for coming to my talk!&lt;/h1&gt;&#xA;&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#&#34;&gt;Slides&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://example.org/posts/temporal-redis-sse/&#34;&gt;The original blog post&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/edziegle/temporal-sse-example&#34;&gt;Code&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/dallastexas92/temporal-redis-pubsub&#34;&gt;Dallas Young&amp;rsquo;s Anthropic Demo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://html.spec.whatwg.org/multipage/server-sent-events.html&#34;&gt;HTML Living Standard: SSE&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events&#34;&gt;MDN SSE Guide&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://redis.io/docs/manual/pubsub/&#34;&gt;Redis PubSub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
