Thanks. I still have few doubts:
1. If I have a customer id, customer number, customer name fields in CustomerKey, but only customer number is unique, I should annotate only customer number with @@AffinityKeyMapped. Is that so? 2. If so, ignite internally decides which node a key with the annotation should always go into, right? To overcome this, are you suggesting Rendezvous Affinity Function? 3. How do I get Rendezvous Affinity Function instance? How do I map it with a node, say N1 in a cluster of 3 nodes N1,N2,N3 ? Sorry to ask for spoon feeding, I am in a hurry to complete this, that is why. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
