Hello I have a similar requirement : Need particular AffinityKey related data to go to Partitions OF PREDEFINED NODES ONLY. For eg. a PersonCache with 5 partitions distributed across 3 nodes. The Person object has cityCode as AffinityKeyMapped. The Person objects can have any of these 4 cityCodes say : Zurich, London, Melbourne,Wellingdon While streaming large number of Person objects into the PersonCache, I want all persons belonging to Zurich & Melbourne to go to Node1 , London to Node2, Wellingdon to Node3.
Is there a way to enforce this ? The reason why I need this is because I have a lot of other master/reference data that is specific to the City and I don't want to load all of that on all nodes. thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
