The task of Distributed Process Registry is: given a cluster of machines, distribute named workers across them, such that everyone is in agreement where each worker runs.
Similar to syn and swarm in Elixir.
If not, I would appreciate any pointers to the parts that can be used to build it (e.g. distributed in-memory HashMap).
Thank you, Dmitry.