<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://fluvio.io/news</id>
    <title>Fluvio Blog</title>
    <updated>2025-07-08T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://fluvio.io/news"/>
    <subtitle>Fluvio Blog</subtitle>
    <icon>https://fluvio.io/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #77]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0077</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0077"/>
        <updated>2025-07-08T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.18.1</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0077#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.18.1</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.18</span><span class="token plain">.1. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.18</span><span class="token plain">.0.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.18.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.18.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.18.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.18.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.18</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.18</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features--improvements">New features &amp; Improvements<a href="https://fluvio.io/news/this-week-in-fluvio-0077#new-features--improvements" class="hash-link" aria-label="Direct link to New features &amp; Improvements" title="Direct link to New features &amp; Improvements">​</a></h2>
<p>This release includes several notable enhancements and fixes:</p>
<ul>
<li>Now Fluvio uses Rustls instead OpenSSL as the default TLS library!</li>
<li>Fixed a bug where Fluvio was not sending ping from SPUs to SC.</li>
<li>Solved an issue related to Fluvio been able to produce on not available partitions.</li>
<li>Added new features to Fluvio crate <code>rustls-aws</code> (aws-lc-rs) and <code>rustls-ring</code> to select the crypto provider, the default is <code>rustls-aws</code>.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.18.1/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0077#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #76]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0076</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0076"/>
        <updated>2025-06-12T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.18.0</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0076#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.18.0</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.18</span><span class="token plain">.0. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.3.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.18.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.18.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.18.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.18.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.18</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.18</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features--improvements">New features &amp; Improvements<a href="https://fluvio.io/news/this-week-in-fluvio-0076#new-features--improvements" class="hash-link" aria-label="Direct link to New features &amp; Improvements" title="Direct link to New features &amp; Improvements">​</a></h2>
<p>This release includes several notable enhancements and fixes:</p>
<ul>
<li>Now Fluvio uses Tokio as the default async runtime!</li>
<li>All Fluvio crates are now unified under version v0.50.0, ensuring consistent dependency management moving forward.</li>
<li>Increased metrics granularity for SmartModules.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.18.0/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0076#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #75]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0075</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0075"/>
        <updated>2025-05-13T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.17.3</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0075#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.17.3</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.3. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.2.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.17.3</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.17.3</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.17.3</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.17.3</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.3</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.3</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features--improvements">New features &amp; Improvements<a href="https://fluvio.io/news/this-week-in-fluvio-0075#new-features--improvements" class="hash-link" aria-label="Direct link to New features &amp; Improvements" title="Direct link to New features &amp; Improvements">​</a></h2>
<p>This release includes several notable enhancements and fixes:</p>
<ul>
<li>Fixed a critical issue preventing double free on storage errors, enhancing memory safety and system stability.</li>
<li>Improved batch consumption by allowing the handling of large and incomplete batches, ensuring not log wrong error messages.</li>
<li>Resolved an issue where OutOfSpace partition status incorrectly returned to online, ensuring accurate partition state management.</li>
<li>Kubernetes enhancement adding support for rendering extra volumes under the volumes property in Kubernetes deployments providing greater flexibility in volume configuration.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.17.3/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0075#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #74]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0074</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0074"/>
        <updated>2025-04-30T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.17.2</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0074#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.17.2</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.2. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.0.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.17.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.17.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.17.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.17.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features--improvements">New features &amp; Improvements<a href="https://fluvio.io/news/this-week-in-fluvio-0074#new-features--improvements" class="hash-link" aria-label="Direct link to New features &amp; Improvements" title="Direct link to New features &amp; Improvements">​</a></h2>
<p>This release includes several notable enhancements and fixes:</p>
<ul>
<li>Fixed incorrect behavior when reaching the end offset during consumption, ensuring accurate stream continuation based on the last committed offset.</li>
<li>Resolved issues with offset persistence during consumer shutdown, improving recovery and durability.</li>
<li>Corrected offset eviction handling during reconnections, ensuring consistent resume behavior.</li>
<li>Addressed consumer pause issues caused by auto offset management edge cases.</li>
<li>Introduced support for the <code>key_record</code> parameter in SMDK tests.</li>
<li>Added <code>JsonSchema</code> support to both connector and topic config objects.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.17.2/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0074#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #73]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0073</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0073"/>
        <updated>2025-04-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.17.0</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0073#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.17.0</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.0. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.16</span><span class="token plain">.1.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.17.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.17.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.17.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.17.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.17</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features--improvements">New features &amp; Improvements<a href="https://fluvio.io/news/this-week-in-fluvio-0073#new-features--improvements" class="hash-link" aria-label="Direct link to New features &amp; Improvements" title="Direct link to New features &amp; Improvements">​</a></h2>
<p>This release includes several notable enhancements and fixes:</p>
<ul>
<li>Fixed issues where replication could get stuck when syncing large batches.</li>
<li>Enabled producer reconnection when an SPU goes down.</li>
<li>Automatically deleted consumers after their topic is removed.</li>
<li>Added proxy support for <code>fvm install</code>.</li>
<li>Improved <code>cdk publish</code> with additional validations.</li>
<li>Recalculated replicas on timeout and rejection scenarios.</li>
<li>Returned a TLS cluster connection error when built without TLS.</li>
<li>SPG creation is optional now.</li>
<li>Added <code>dedup</code> parameter to the CLI for topic creation. Example: <code>fluvio topic create TOPIC_NAME --dedup --dedup-count 1000 --dedup-age 10m</code></li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.17.0/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0073#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #72]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0072</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0072"/>
        <updated>2025-02-27T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.16.1</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0072#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.16.1</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.16</span><span class="token plain">.1. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.16</span><span class="token plain">.0.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.16.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.16.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.16.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.16.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.16</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.16</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0072#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>
<p>SMDK now verifies the presence of Smartmodule.toml and warns if it is missing.</p>
</li>
<li>
<p>The <code>offset_commit</code> method in <code>ConsumerStream</code> is now asynchronous, aligning it with <code>offset_flush</code>.</p>
</li>
<li>
<p>The consumer stream now automatically reconnects when the connection is lost. You can customize this behavior using the <code>retry_mode</code> setting in <code>ConsumerConfigExtBuilder</code>:</p>
<ul>
<li>RetryMode::TryForever – retries indefinitely (default).</li>
<li>RetryMode::TryUntil(10) – retries up to 10 times.</li>
<li>RetryMode::Disabled – disables automatic reconnection.</li>
</ul>
</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.16.1/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0072#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/4308" target="_blank" rel="noopener noreferrer">Delete the consumer when delete topic</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #71]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0071</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0071"/>
        <updated>2025-02-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.15.2</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0071#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.15.2</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.2. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.1.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.15.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.15.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.15.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.15.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0071#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>Fixed the error when a record is larger than <code>max_request_size</code> parameter.</li>
<li>Produce config builder is mutable now, allowing a better handling when have advanced conditionals and making it a lot easier to wrapper it.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.15.2/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0071#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/4308" target="_blank" rel="noopener noreferrer">Delete the consumer when delete topic</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #70]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0070</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0070"/>
        <updated>2025-01-28T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.15.1</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0070#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.15.1</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.1. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.0.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.15.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.15.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.15.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.15.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0070#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>Fixed Fluvio producer for WASM targets, ensuring compatibility and stability across all WebAssembly environments.</li>
<li>Improvements to the Benchmark tool, topics are now deleted by default during benchmarking, also, the argument --delete-topic has been replaced with --keep-topic for clarity and consistency.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.15.1/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0070#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/4308" target="_blank" rel="noopener noreferrer">Delete the consumer when delete topic</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #69]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0069</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0069"/>
        <updated>2025-01-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.15.0</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0069#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.15.0</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.0. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.14</span><span class="token plain">.1.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.15.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.3.2</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.15.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.15.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.15.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.15</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0069#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>Performance improvements to the Fluvio storage layer, making it much faster and more disk efficient.</li>
<li>The Benchmark tool (previously known as <code>fbm</code>) has been rewritten and renamed to <code>fluvio-benchmark</code> and can now be used directly from the Fluvio CLI with the <code>fluvio benchmark</code> command.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.15.0/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0069#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/4308" target="_blank" rel="noopener noreferrer">Delete the consumer when delete topic</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #68]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0068</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0068"/>
        <updated>2025-01-09T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.14.1</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0068#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.14.1</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.14</span><span class="token plain">.1. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.12</span><span class="token plain">.1.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.14.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.26</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.14.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.14.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.14.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.14</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.14</span><span class="token plain">.1</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<p>Notable changes in this new version:</p>
<ul>
<li>Enhance of error message for upgrading a cluster when an incompatible cluster version error is raised.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.14.1/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for more details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0068#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/4308" target="_blank" rel="noopener noreferrer">Delete the consumer when delete topic</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #67]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0067</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0067"/>
        <updated>2024-12-17T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.14.0</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0067#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.14.0</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.14</span><span class="token plain">.0. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.12</span><span class="token plain">.1.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.14.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.26</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.14.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.14.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.14.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.14</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.14</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0067#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>Added graceful shutdown for connectors, ensuring they finish the process of the messages before shutting down.</li>
<li>Changed the default log level to <code>info</code> for CDK connector deployment, providing clearer deployment insights.</li>
<li>Expanded support for the new organization features on Fluvio Cloud, enhancing functionality for managing organizations.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0067#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release resolves important issues:</p>
<ul>
<li>Fixed the sorting order in the <code>fluvio profile list</code> command output.</li>
<li>Improved connector deployment by checking for existing connectors and preventing duplicates with the same name.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.14.0/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0067#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/4246" target="_blank" rel="noopener noreferrer">Profiles in alphabetical order by name</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>See some of the interesting community projects, examples, and utilities in the <a href="https://github.com/fluvio-community" target="_blank" rel="noopener noreferrer">Fluvio Community</a> GitHub org.</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #66]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0066</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0066"/>
        <updated>2024-11-18T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.13.0</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0066#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.13.0</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.13</span><span class="token plain">.0. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.12</span><span class="token plain">.1.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.13.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.26</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.13.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.13.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.13.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.13</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.13</span><span class="token plain">.0</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Also check out the Stateful Data Flow (SDF) streaming analytics in beta <a href="https://github.com/infinyon/stateful-dataflows-examples" target="_blank" rel="noopener noreferrer">SDF Examples</a></p></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0066#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>The parameter <code>max-request-size</code> was added to the produce config and is recommended to use instead of <code>batch-size</code> for controlling request sizes.</li>
<li>Added the <code>--partition</code> and <code>--mirror</code> arguments to the <code>fluvio produce</code> command, enabling you to specify the partition or mirror where records should be produced.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0066#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes several important bug fixes:</p>
<ul>
<li>Resolved an issue where records exceeding the batch size caused unexpected behavior.</li>
<li>Enhanced the reliability of linking parent objects on local mode to ensure consistent relationships.</li>
<li>Fixed compatibility issues with older versions of the Fluvio CLI, ensuring seamless usage across versions.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.13.0/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0066#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/4159" target="_blank" rel="noopener noreferrer">Add topic_producer_with_config to the Python Client</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #65]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0065</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0065"/>
        <updated>2024-09-16T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.11.12</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0065#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.11.12</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.12. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.9.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.11.12</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.26</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.11.12</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.11.12</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.11.12</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.12</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.12</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0065#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>You can now use <code>fluvio cluster upgrade</code> to seamlessly upgrade local clusters to the latest Fluvio version.</li>
<li>Enhanced feedback for SPU-to-SPU connections during mirroring, with clearer error reporting on failures.</li>
<li><code>fluvio profile export &lt;profile&gt;</code> now works with flv_profile_path, thanks to open source contributor @pangan21 for help with this fix, and see docs for how this works.</li>
<li><code>cdk build</code> now defaults to more compatible native targets</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0065#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes several important bug fixes:</p>
<ul>
<li>Fixed a file descriptor leak occurring only on Linux.</li>
<li>Resolved rare concurrency issues in local clusters under high stress.</li>
<li>Improved error message for incompatible watch API versions.</li>
</ul>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.11.12/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0065#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/4159" target="_blank" rel="noopener noreferrer">Add topic_producer_with_config to the Python Client</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3968" target="_blank" rel="noopener noreferrer">Improve fluvio topic describe with additional information</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3739" target="_blank" rel="noopener noreferrer">Different default SPU port</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #64]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0064</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0064"/>
        <updated>2024-08-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.11.11</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0064#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.11.11</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.11. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.9.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.11.11</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.25</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.11.11</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.11.11</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.11.11</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.11</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.11</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0064#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Notable changes in this new version:</p>
<ul>
<li>
<p>Added new argument to register a SPU with a public server local, using <code>--public-server-local</code>  or just <code>-l</code>.  A public server local allows configuration of additional network contexts when registering spus.
Example:  <code>fluvio cluster spu register --id 5001 -p 0.0.0.0:9110 -l spu:9010 --private-server spu:9011</code>.</p>
</li>
<li>
<p>The new  <code>smdk clean</code>  command to clean your project like <code>cargo clean</code>.</p>
</li>
<li>
<p>More updates for an upcoming SDF release.</p>
</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-features">Upcoming features<a href="https://fluvio.io/news/this-week-in-fluvio-0064#upcoming-features" class="hash-link" aria-label="Direct link to Upcoming features" title="Direct link to Upcoming features">​</a></h2>
<p>InfinyOn Stateful Data Flows is going to be in <code>Public Beta</code> soon. Stateful Data Flows is a new product that will allow you to build end to end stream processing data flows on Fluvio streams.</p>
<p>We have released 10 developer preview iterations and shared with 50 to 100 developers. If you'd like access to the private beta, please fill out <a href="https://infinyon.com/request/ss-early-access/" target="_blank" rel="noopener noreferrer">this form</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0064#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes a number of new features, bug fixes, documentation improvements, and improved error messaging.</p>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.11.11/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0064#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-blog-post">New blog post<a href="https://fluvio.io/news/this-week-in-fluvio-0064#new-blog-post" class="hash-link" aria-label="Direct link to New blog post" title="Direct link to New blog post">​</a></h2>
<ul>
<li><a href="https://infinyon.com/blog/2024/07/use-mirroring-iot/" target="_blank" rel="noopener noreferrer">How to send data reliably from IOT edge devices using Fluvio Mirroring</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #63]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0063</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0063"/>
        <updated>2024-07-21T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.11.10</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0063#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.11.10</strong> is now available!</p>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.10. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.9.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.11.10</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.25</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.11.10</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.11.10</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.11.10</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.10</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.10</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0063#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>We made the self hosted experience easier with the following:</p>
<ul>
<li>Added auth, compression, consumer arguments for edge mirroring</li>
<li>Support to publish stateful data flows</li>
<li>Version checker for <code>fluvio cluster resume</code></li>
<li><code>fvm self update</code> support</li>
<li>Warning before cluster deletion</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-features">Upcoming features<a href="https://fluvio.io/news/this-week-in-fluvio-0063#upcoming-features" class="hash-link" aria-label="Direct link to Upcoming features" title="Direct link to Upcoming features">​</a></h2>
<p>InfinyOn Stateful Data Flows is going to be in <code>Public Beta</code> soon. Stateful Data Flows is a new product that will allow you to build end to end stream processing data flows on Fluvio streams.</p>
<p>We have released 10 developer preview iterations and shared with 50 to 100 developers. If you'd like access to the private beta, please fill out <a href="https://infinyon.com/request/ss-early-access/" target="_blank" rel="noopener noreferrer">this form</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0063#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes a number of new features, bug fixes, documentation improvements, and improved error messaging.</p>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.11.10/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0063#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-blog-post">New blog post<a href="https://fluvio.io/news/this-week-in-fluvio-0063#new-blog-post" class="hash-link" aria-label="Direct link to New blog post" title="Direct link to New blog post">​</a></h2>
<ul>
<li><a href="https://infinyon.com/blog/2024/07/use-mirroring-iot/" target="_blank" rel="noopener noreferrer">How to send data reliably from IOT edge devices using Fluvio Mirroring</a></li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #62]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0062</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0062"/>
        <updated>2024-06-19T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We released <strong>Fluvio 0.11.9</strong> last week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0062#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.11.9</strong> is now available!</p>
<p>Thank you to our newest contributor:</p>
<ul>
<li><a href="https://github.com/avikam" target="_blank" rel="noopener noreferrer">avikam</a></li>
</ul>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.9. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.8.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.11.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.21</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.11.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.11.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.11.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.9</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0062#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>We made the self hosted experience easier with the following:</p>
<ul>
<li>Added auth, compression, consumer arguments for edge mirroring</li>
<li>Support to publish stateful data flows</li>
<li>Version checker for <code>fluvio cluster resume</code></li>
<li><code>fvm self update</code> support</li>
<li>Warning before cluster deletion</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-features">Upcoming features<a href="https://fluvio.io/news/this-week-in-fluvio-0062#upcoming-features" class="hash-link" aria-label="Direct link to Upcoming features" title="Direct link to Upcoming features">​</a></h2>
<p>InfinyOn Stateful Data Flows is going to be in <code>Public Beta</code> soon. Stateful Data Flows is a new product that will allow you to build end to end stream processing data flows on Fluvio streams.</p>
<p>We have released 10 developer preview iterations and shared with 50 to 100 developers. If you'd like access to the private beta, please fill out <a href="https://infinyon.com/request/ss-early-access/" target="_blank" rel="noopener noreferrer">this form</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0062#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes a number of new features, bug fixes, documentation improvements, and improved error messaging.</p>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.11.9/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0062#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3825" target="_blank" rel="noopener noreferrer">MQTT Connector: Prefix auto generated Client ID to prevent connection drops</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-blog-post">New blog post<a href="https://fluvio.io/news/this-week-in-fluvio-0062#new-blog-post" class="hash-link" aria-label="Direct link to New blog post" title="Direct link to New blog post">​</a></h2>
<p>We are building a series on Stateful Data Flow primitives. This is the introduction post: <a href="https://infinyon.com/blog/2024/04/dataflow-primitives-intro/" target="_blank" rel="noopener noreferrer">The absolute beginners guide to dataflow primitives</a></p>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #61]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0061</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0061"/>
        <updated>2024-05-15T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We had a couple of back to back releases and another one incoming this week. We released <strong>Fluvio 0.11.8</strong> last week and <strong>Fluvio 0.11.7</strong> the week before.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0061#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio <strong>v0.11.8</strong> is now available!</p>
<p>Thank you to our newest contributor:</p>
<ul>
<li><a href="https://github.com/avikam" target="_blank" rel="noopener noreferrer">avikam</a></li>
</ul>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.8. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.6.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.11.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.21</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.11.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.11.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.11.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.8</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0061#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>We made the self hosted experience easier with the following:</p>
<ul>
<li>Forbid <code>fluvio cluster start</code> when it should be resumed.</li>
<li>Added default to wasi supported to build arch and enabled smart module and connector logging and observability.</li>
<li>We have released SPU to SPU mirroring. There is a blog in progress and we will share updated docs in the next update.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-features">Upcoming features<a href="https://fluvio.io/news/this-week-in-fluvio-0061#upcoming-features" class="hash-link" aria-label="Direct link to Upcoming features" title="Direct link to Upcoming features">​</a></h2>
<p>InfinyOn Stateful Data Flows is going to be in <code>Public Beta</code> soon. Stateful Data Flows is a new product that will allow you to build end to end stream processing data flows on Fluvio streams.</p>
<p>We have released 8 developer preview iterations and shared with 50 to 100 developers. If you'd like access to the private beta, please fill out <a href="https://infinyon.com/request/ss-early-access/" target="_blank" rel="noopener noreferrer">this form</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0061#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes a number of new features, bug fixes, documentation improvements, and improved error messaging.</p>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.11.8/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0061#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3825" target="_blank" rel="noopener noreferrer">MQTT Connector: Prefix auto generated Client ID to prevent connection drops</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-blog-post">New blog post<a href="https://fluvio.io/news/this-week-in-fluvio-0061#new-blog-post" class="hash-link" aria-label="Direct link to New blog post" title="Direct link to New blog post">​</a></h2>
<p>We are building a series on Stateful Data Flow primitives. This is the introduction post: <a href="https://infinyon.com/blog/2024/04/dataflow-primitives-intro/" target="_blank" rel="noopener noreferrer">The absolute beginners guide to dataflow primitives</a>.</p>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #60]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0060</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0060"/>
        <updated>2024-04-23T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We are back after a month of intense development work. We released <strong>Fluvio 0.11.6</strong> this week. Stateful Data Flows is going to launch in Public Beta in May 2024. We are heading into an exciting period with more community activities planned.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0060#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>We are pleased share that Fluvio <strong>v0.11.6</strong> is now available!</p>
<p>Thank you to our newest contributor:</p>
<ul>
<li><a href="https://github.com/avikam" target="_blank" rel="noopener noreferrer">avikam</a></li>
</ul>
<p>To update you can run <code>fvm update</code></p>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.6. Current version is </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.5.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">1</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio@0.11.6</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">2</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-cloud@0.2.19</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">3</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: fluvio-run@0.11.6</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">4</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: cdk@0.11.6</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading </span><span class="token punctuation" style="color:rgb(199, 146, 234)">(</span><span class="token number" style="color:rgb(247, 140, 108)">5</span><span class="token plain">/5</span><span class="token punctuation" style="color:rgb(199, 146, 234)">)</span><span class="token plain">: smdk@0.11.6</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.6</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version </span><span class="token number" style="color:rgb(247, 140, 108)">0.11</span><span class="token plain">.6</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0060#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>We made the self hosted experience easier with the following:</p>
<ul>
<li>Comprehensive offset management on Fluvio streams is implemented in this version, we are working on stabilizing and the next version would have it generally available in connectors, consumers and all of fluvio.</li>
<li><code>fluvio cluster shutdown</code> and <code>fluvio cluster resume</code> preserving the starting configuration of the local cluster on resume.</li>
<li>Advanced mirroring and caching is in dev and being reviewed to be available in the next release.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-features">Upcoming features<a href="https://fluvio.io/news/this-week-in-fluvio-0060#upcoming-features" class="hash-link" aria-label="Direct link to Upcoming features" title="Direct link to Upcoming features">​</a></h2>
<p>InfinyOn Stateful Data Flows is going to be in <code>Public Beta</code> in May 2024. Stateful Data Flows is a new product that will allow you to build end to end stream processing data flows on Fluvio streams.</p>
<p>We have released 8 developer preview iterations and shared with 50 to 100 developers. If you'd like access to the private beta, please fill out <a href="https://infinyon.com/request/ss-early-access/" target="_blank" rel="noopener noreferrer">this form</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0060#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes a number of new features, bug fixes, documentation improvements, and improved error messaging.</p>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.11.6/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0060#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>We love our open source community contributors. Here are some issues that you could contribute to. All the best.</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3836" target="_blank" rel="noopener noreferrer">When a topic is deleted, connected clients should have their connection closed</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3825" target="_blank" rel="noopener noreferrer">MQTT Connector: Prefix auto generated Client ID to prevent connection drops</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3866" target="_blank" rel="noopener noreferrer">Remove localhost from fluvio in favor of 127.0.0.1</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-blog-post">New blog post<a href="https://fluvio.io/news/this-week-in-fluvio-0060#new-blog-post" class="hash-link" aria-label="Direct link to New blog post" title="Direct link to New blog post">​</a></h2>
<p>We are building a series on Stateful Data Flow primitives. This is the introduction post: <a href="https://infinyon.com/blog/2024/04/dataflow-primitives-intro/" target="_blank" rel="noopener noreferrer">The absolute beginners guide to dataflow primitives</a>.</p>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #59]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0059</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0059"/>
        <updated>2024-03-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We have moved away from a weekly updates. Fluvio open source project has grown significantly in terms of code and components. Our release cadence is divided into Fluvio Core, InfinyOn Cloud, Clients and SDKs. Moving forward our goal is to update the community with the relevant releases.</p>
<p>Today is such an occasion.</p>
<p>We released Fluvio 0.11.5 this week.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0059#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>We are pleased share that Fluvio <strong>v0.11.5</strong> is now available!</p>
<p>Thank you to new contributors to the fluvio project:</p>
<ul>
<li><a href="https://github.com/k0i" target="_blank" rel="noopener noreferrer">k0i</a></li>
<li><a href="https://github.com/jdafont" target="_blank" rel="noopener noreferrer">AF</a></li>
<li><a href="https://github.com/ODudek" target="_blank" rel="noopener noreferrer">ODudek</a></li>
<li><a href="https://github.com/Shylock-Hg" target="_blank" rel="noopener noreferrer">shylock</a></li>
<li>[fraidev]</li>
<li>[Urbit-pilled]</li>
</ul>
<p>To update you can run <code>fvm update</code></p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">$ fvm update</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Updating fluvio stable to version 0.11.4. Current version is 0.11.5.</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading (1/5): fluvio@0.11.5</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading (2/5): fluvio-cloud@0.2.18</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading (3/5): fluvio-run@0.11.5</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading (4/5): cdk@0.11.5</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">info: Downloading (5/5): smdk@0.11.5</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Installed fluvio version 0.11.5</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain">done: Now using fluvio version 0.11.5</span><br></span><span class="token-line" style="color:#bfc7d5"><span class="token plain" style="display:inline-block"></span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you don't have Fluvio in your machine run:</p>
<div class="codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-text codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">curl -fsS https://hub.infinyon.cloud/install/install.sh | bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If you are enjoying Fluvio please share with your friends!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0059#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>We made the self hosted experience easier with the following:</p>
<ul>
<li>Hub access to public smartmodules and connectors no longer requires a cloud login<!-- -->
<ul>
<li>cdk, smdk, and fluvio hub commands should allow access to list and download public components</li>
</ul>
</li>
<li>Consumers connected to a topic will receive a notification and shut down if the connected topic is deleted</li>
<li>Improvements to support async in our fluvio python client</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-features">Upcoming features<a href="https://fluvio.io/news/this-week-in-fluvio-0059#upcoming-features" class="hash-link" aria-label="Direct link to Upcoming features" title="Direct link to Upcoming features">​</a></h2>
<p>InfinyOn Stateful Service Development Kit is 2 releases away from a beta release.</p>
<p>We have released 6 developer preview iterations and shared with 50 to 100 developers. If you'd like access to the private beta, please fill out <a href="https://infinyon.com/request/ss-early-access/" target="_blank" rel="noopener noreferrer">this form</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bug-fixes">Bug fixes<a href="https://fluvio.io/news/this-week-in-fluvio-0059#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes">​</a></h2>
<p>This release includes a number of bug fixes, documentation improvements, and improved error messaging.</p>
<p>See the <a href="https://github.com/infinyon/fluvio/blob/v0.11.5/CHANGELOG.md" target="_blank" rel="noopener noreferrer">CHANGELOG</a> for details</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-blog-post">New blog post<a href="https://fluvio.io/news/this-week-in-fluvio-0059#new-blog-post" class="hash-link" aria-label="Direct link to New blog post" title="Direct link to New blog post">​</a></h2>
<p>[Marvin Hansen] wrote this amazing blog after building with Fluvio. <a href="https://infinyon.com/blog/2024/02/fluvio-deep-causality-rs/" target="_blank" rel="noopener noreferrer">Real-time Streaming Analytics with Fluvio, DeepCausality, and Rust</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0059#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>All the best. Here are some issues that you could contribute to:</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3765" target="_blank" rel="noopener noreferrer">fvm switch fails on some systems with running local cluster</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3825" target="_blank" rel="noopener noreferrer">MQTT Connector: Prefix auto generated Client ID to prevent connection drops</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3810" target="_blank" rel="noopener noreferrer">Add new command fluvio cluster resume</a>(intermediate/expert difficulty)</li>
</ul>
<hr>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>
<p>For the full list of changes this week, be sure to check out <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md" target="_blank" rel="noopener noreferrer">our CHANGELOG</a>.</p>
<p>[fraidev]: <a href="https://github.com/fraidev" target="_blank" rel="noopener noreferrer">https://github.com/fraidev</a>)
[Urbit-pilled]: <a href="https://github.com/urbit-pilled" target="_blank" rel="noopener noreferrer">https://github.com/urbit-pilled</a>
[Marvin Hansen]: <a href="https://github.com/marvin-hansen" target="_blank" rel="noopener noreferrer">https://github.com/marvin-hansen</a></p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[This Week in Fluvio #58]]></title>
        <id>https://fluvio.io/news/this-week-in-fluvio-0058</id>
        <link href="https://fluvio.io/news/this-week-in-fluvio-0058"/>
        <updated>2024-01-17T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Fluvio is a distributed, programmable streaming platform written in Rust.]]></summary>
        <content type="html"><![CDATA[<p>Fluvio is a distributed, programmable streaming platform written in Rust.</p>
<hr>
<p>We paused the weekly updates because we had several big changes in flight. We will refactor this blog to Fluvio Release Updates and remove the weekly cadence in the next iteration.</p>
<p>A lot has happened in the past couple of months that is relevant to update.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-release">New release<a href="https://fluvio.io/news/this-week-in-fluvio-0058#new-release" class="hash-link" aria-label="Direct link to New release" title="Direct link to New release">​</a></h2>
<p>Fluvio moved to version 0.11.3 a couple of days ago. We have had a bunch of releases since we last published an update on our site.</p>
<p>Full Changelog of the release is here: <a href="https://github.com/infinyon/fluvio/blob/7fbe42ca06ead90f1821a551ff258b868f3fff3c/CHANGELOG.md" target="_blank" rel="noopener noreferrer">Fluvio Changelog</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-features">New features<a href="https://fluvio.io/news/this-week-in-fluvio-0058#new-features" class="hash-link" aria-label="Direct link to New features" title="Direct link to New features">​</a></h2>
<p>Fluvio has a bunch of exciting updates. The community has been asking for a single binary deployment that can be run locally, using Docker, using Nomad. That meant we needed to decouple our tight coupling with Kubernetes. We did that in 2023 and the community started building with Fluvio!</p>
<p>We have been busy making documentation updates since then. So this update was delayed. Below are the main updates:</p>
<ul>
<li>Fluvio now has a version manager that manages multiple versions, installs, updates, etc. We are calling it Fluvio Version Manager(fvm)</li>
<li>fvm can be installed by simply running:</li>
</ul>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token function" style="color:rgb(130, 170, 255)">curl</span><span class="token plain"> </span><span class="token parameter variable" style="color:rgb(191, 199, 213)">-fsS</span><span class="token plain"> https://hub.infinyon.cloud/install/install.sh </span><span class="token operator" style="color:rgb(137, 221, 255)">|</span><span class="token plain"> </span><span class="token function" style="color:rgb(130, 170, 255)">bash</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<ul>
<li>You can deploy Fluvio as a single compiled binary using fvm. The installer takes care of everything!</li>
<li>You can run a local self-hosted Fluvio cluster by simply running</li>
</ul>
<div class="language-bash codeBlockContainer_APcc theme-code-block" style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><div class="codeBlockContent_m3Ux"><pre tabindex="0" class="prism-code language-bash codeBlock_qGQc thin-scrollbar" style="color:#bfc7d5;background-color:#292d3e"><code class="codeBlockLines_p187"><span class="token-line" style="color:#bfc7d5"><span class="token plain">fluvio cluster start</span><br></span></code></pre><div class="buttonGroup_6DOT"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_FhaS" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_phi_"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_FfTR"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>which will start a self hosted fluvio cluster using local resources</p>
<p>In light of this our Quick Start docs has been updated to reflect the changes. Getting started with fluvio is the easiest it has ever been.</p>
<p>Updated <a href="https://fluvio.io/docs/fluvio/quickstart">Quick Start Link</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-features">Upcoming features<a href="https://fluvio.io/news/this-week-in-fluvio-0058#upcoming-features" class="hash-link" aria-label="Direct link to Upcoming features" title="Direct link to Upcoming features">​</a></h2>
<p>There are some exciting community projects that are in development:</p>
<ul>
<li>There are some awesome new contributions in the works which included integrations with Spider Web Crawler, OpenSearch, ElasticSearch, Qdrant, Surreal, OpenDAL etc.</li>
<li>We have an oversubscribed developer preview for Stateful Service Development Kit which makes stateful stream processing a reality.</li>
<li>We have docs on <a href="https://fluvio.io/docs/fluvio/installation/docker">docker based deployment</a>.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="good-first-issues">Good First Issues<a href="https://fluvio.io/news/this-week-in-fluvio-0058#good-first-issues" class="hash-link" aria-label="Direct link to Good First Issues" title="Direct link to Good First Issues">​</a></h2>
<p>If you are excited to contribute to Fluvio Open Source, here are 3 good first issues that you can consider:</p>
<ul>
<li><a href="https://github.com/infinyon/fluvio/issues/3829" target="_blank" rel="noopener noreferrer">connector: fluvio-http-source, add an option to read data from a websocket</a></li>
<li><a href="https://github.com/infinyon/fluvio/issues/3825" target="_blank" rel="noopener noreferrer">MQTT Connector: Prefix auto generated Client ID to prevent connection drops</a></li>
<li><a href="https://arc.net/l/quote/hcztknom" target="_blank" rel="noopener noreferrer">fluvio cluster delete should prompt with cluster and endpoint name confirmation</a></li>
</ul>
<p>All the best.</p>
<p>Get in touch with us on <a href="https://github.com/infinyon/fluvio/discussions" target="_blank" rel="noopener noreferrer">Github Discussions</a> or join <a href="https://discordapp.com/invite/bBG2dTz" target="_blank" rel="noopener noreferrer">our Discord channel</a> and come say hello!</p>]]></content>
    </entry>
</feed>