hi,
when we setup an instance to have 2 replicas, how do we get the resource related to 1 of the rep, hm I can't find the info from the docs though
for a simple scenario, we have a /get-users to returns a list of in-memory users array in one instance, and /add-user to add an entry to the array
so hitting the add endpoint one time, and get just returns the values of one random replica, either an empty array, or array of 1 val added previously