When a node starts up, it needs to assume a unique identity such as its nodeId, incarnation number, and cluster id. We can also parse the cluster id from the config and optionally allow a user to set a custom node id (but maybe leave this out until later as this is added complexity)
When a node starts up, it needs to assume a unique identity such as its nodeId, incarnation number, and cluster id. We can also parse the cluster id from the config and optionally allow a user to set a custom node id (but maybe leave this out until later as this is added complexity)