Hi, I have a question about partitioning provided arguments to corresponding keys upon onRegion call. Lets say I have 3 keys (from 1 to 3) each hosting on different node and I want to make onRegion call by passing individual argument for each key. I don't want to pass all arguments to all nodes, I want each node to receive arguments only for keys it is hosting. How can I achieve this?
Thanks in advance, Hovhannes
