<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Publisher on Lucille</title><link>https://kmwtechnology.github.io/lucille/docs-0.10.0/architecture/components/publisher/</link><description>Recent content in Publisher on Lucille</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 09 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://kmwtechnology.github.io/lucille/docs-0.10.0/architecture/components/publisher/index.xml" rel="self" type="application/rss+xml"/><item><title>Publisher Accounting</title><link>https://kmwtechnology.github.io/lucille/docs-0.10.0/architecture/components/publisher/publisher-accounting/</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><guid>https://kmwtechnology.github.io/lucille/docs-0.10.0/architecture/components/publisher/publisher-accounting/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;Publisher&lt;/code&gt; is Lucille&amp;rsquo;s bookkeeper. It tracks every document from the moment it enters the system until it reaches a terminal state (indexed, failed, or dropped). This accounting is what allows the Runner to know when a connector&amp;rsquo;s work is truly complete.&lt;/p&gt;
&lt;p&gt;The core implementation lives in &lt;code&gt;PublisherImpl&lt;/code&gt;, which maintains an in-memory ledger of pending documents. By design, the Publisher does &lt;strong&gt;not&lt;/strong&gt; remember all documents it has ever published — only those currently in-flight. This keeps memory bounded regardless of how many documents flow through the system.&lt;/p&gt;</description></item></channel></rss>