Building a Distributed Sequence Generator with ZooKeeper and C#
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.