Is there a way in which using the client SDK to get the servers which contains a document (including the replicas) ? In addition, is there a way to get the cluster map from the client SDK?
Hi!
May I ask you why do you need that? The SDK already does that hashing internally, when you get a document by the key the SDK goes directly to the node that has the document.
Hello Deniswsrosa,
we need to get/set some keys from a javascript worker (with very limited javascritp capabilites). It would be great to be able to push/pull directly from a CB server who has the data instead of going to the wrong server and move the data again over the network from/to the correct server.