<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Actor Model on Fadhil Dev Blog</title>
    <link>https://www.fadhil-blog.dev/tags/actor-model/</link>
    <description>Recent content in Actor Model on Fadhil Dev Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© Fadhil Yaacob {year}</copyright>
    <lastBuildDate>Tue, 05 May 2026 11:17:06 +0800</lastBuildDate>
    <atom:link href="https://www.fadhil-blog.dev/tags/actor-model/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CBOR serialization in Goakt V4</title>
      <link>https://www.fadhil-blog.dev/blog/goakt-v4/</link>
      <pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.fadhil-blog.dev/blog/goakt-v4/</guid>
      <description>&lt;p&gt;Even though Goakt has always been a great technology for me to adopt, I was always reluctant to use it in my application because writing and managing Protobuf files wasn&amp;rsquo;t feel really elegant for my use cases (skill issue). Competing libraries like &lt;a href=&#34;https://github.com/ergo-services/ergo&#34; &#xA;  &#xA;   target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34; &#xA;&gt;Ergo&lt;/a&gt; &amp;amp; &lt;a href=&#34;https://github.com/anthdm/hollywood&#34; &#xA;  &#xA;   target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34; &#xA;&gt;Hollywood&lt;/a&gt; allows you to use actor without writing Protobuf files.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, in &lt;a href=&#34;https://github.com/Tochemey/goakt/blob/main/CHANGELOG_V400.md#24-remotecbor_serializergo--cbor-for-any-go-type&#34; &#xA;  &#xA;   target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34; &#xA;&gt;Goakt v4&lt;/a&gt;, the author has added a new pluggable serializer feature and you can use &lt;a href=&#34;https://cbor.io/&#34; &#xA;  &#xA;   target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34; &#xA;&gt;CBOR&lt;/a&gt; serializer. You can read more about its implementation details in its source code on &lt;a href=&#34;https://github.com/Tochemey/goakt/blob/main/remote/cbor_serializer.go#L77&#34; &#xA;  &#xA;   target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34; &#xA;&gt;Github&lt;/a&gt;. This means you can just use Go structs to serialize messages when communicating between actors over the network.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
