I am trying to understand the use case of affinityRun / affinityCall <https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteQueue.html#affinityCall-org.apache.ignite.lang.IgniteCallable-> methods of IgniteQueue interface. Even after delving into documentation I could not understand a good use case why would we want to run jobs on the collocated queue using affinityRun method of queue interface, since collocated queues are on the same node why can't I simply write my own lambda function. Specifically what benefits does the affinityRun offers for ignite queue (given affinityRun method is not supported for non-collocated queues)?
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
