<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Messaging on emsenn.net</title>
    <link>https://emsenn.net/tags/messaging/</link>
    <description>Recent content in Messaging on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 05 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/messaging/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tech Messaging Systems as Models for Agentic Coordination</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/tech-messaging-systems-for-agentic-systems/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/tech-messaging-systems-for-agentic-systems/</guid>
      <description>&lt;p&gt;For a distributed heterogeneous agentic system at nation-scale, message-passing is the primary concern: how do agents coordinate when they run in different processes, at different times, under different models, across different sites? Real-world messaging systems have solved slices of this problem. Each brings a pattern the 561 system can adopt.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apache-kafka--log-based-messaging&#34;&gt;&lt;a href=&#34;#apache-kafka--log-based-messaging&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Apache Kafka — log-based messaging&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Kafka stores messages as an &lt;strong&gt;append-only log partitioned across brokers&lt;/strong&gt;. Producers write to topics; consumers read by offset, replay at will. The log IS the state — downstream systems derive their view by consuming the log from offset 0. Retention is time-bounded (hours to forever). Ordering is guaranteed within a partition, not across.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
