Building a Distributed Sequence Generator with ZooKeeper and C#
Even if it seems simple, assigning numbers to nodes is not straightforward in the context of distributed systems and automatic scaling applications. I've implemented a very simple example of how to do it using the Zookeeper library, and in this particular case, I've created the nodes using dotnet.