I need to keep track of unique ids allocated to units in a peer relationship.
Per Juan's and my own use cases, local storage is not suitable as the unit storing the information can disappear. Without access to a central store, failover can only happen if all the required state can be regenerated from scratch.
I need to keep track of unique ids allocated to units in a peer relationship.
Per Juan's and my own use cases, local storage is not suitable as the unit storing the information can disappear. Without access to a central store, failover can only happen if all the required state can be regenerated from scratch.