I have three distributes servers. I am using FunctionService. It has a method FuncitonService.withFilters() in which i pass a key set of objects. It works in a broadcasting manner, as in , Same keyset values are detected by all the three servers.
Is there any way by which i can pass different keyset of objects for processing to the three different servers?
Does the user has a control to pass a certain keyset to a certain distributed server as it is with other Big Data produts. For eg, i want 1 to 30000 goes to distributes server 1 and30001 to 65000 to distrubutes server 3 and 35001 to 100,000 to Distributed server 3.
Is this thing achieveble by FunctionService? If not what can be its repalcement?