Storing all genserver pid in ets table in each node

Was just coming back to mention this :slight_smile:

Notice @Erynn that a GenServer started with start_link(..., name: MyLocalAtomName) is addressable with GenServer.call({MyLocalAtomName, :"my_node_999@my_host"}, ...) as long as the node names are known ahead of time.

You’re right, it shouldn’t be part of the BEAM cluster at all, but a standalone service, e.g., HTTP REST API.