<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Distributed Systems on Raul&#39;s Blog</title>
    <link>https://blog.rulyotano.com/tags/distributed-systems/</link>
    <description>Recent content in Distributed Systems on Raul&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 17 Mar 2025 22:07:11 +0000</lastBuildDate>
    <atom:link href="https://blog.rulyotano.com/tags/distributed-systems/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building a Distributed Sequence Generator with ZooKeeper and C#</title>
      <link>https://blog.rulyotano.com/articles/zookeeper/</link>
      <pubDate>Mon, 17 Mar 2025 22:07:11 +0000</pubDate>
      <guid>https://blog.rulyotano.com/articles/zookeeper/</guid>
      <description>&lt;h2 id=&#34;1-goal-and-motivation&#34;&gt;1. Goal and Motivation&lt;/h2&gt;
&lt;p&gt;This demo project explores how to assign unique, dynamic sequence numbers to multiple server instances in a distributed environment, inspired by challenges that surface when designing things like global ID generators (e.g., Twitter’s Snowflake). As described in the project’s README, the scenario began as a typical interview problem: how do you ensure each server instance receives (and keeps) a unique ID, especially if instances are started, stopped, or restarted?&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
