Actually my requirement is something like the below: I have customers with customer numbers from 1 to 50000, I have 5 nodes. I need my first 10000 in node1, next 10000 in node2 and so on. So I guess I cannot do that here.
Again about the below: //AffinityFunction does two things: maps partitions to nodes and keys to partitions. If you override RendezvousAffinityFunction in that way, when partitions 1-4 will go to node 1, you need to make sure that your keys will fall into that partitions. // Does this mean a node can have multiple partitions? How to make it single partition on a single node so that if I have 5 nodes, then there shall be maximum 5 partitions? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
