Evgeny, you can take a look at org.apache.ignite.internal.processors.service.GridServiceProxy#invokeMethod - service method maybe invoked more than once on different service instances on different nodes.
--Yakov 2016-12-27 11:59 GMT+03:00 Evgeniy Ignatiev <[email protected]>: > Hello. > > I have a question on Service Grid functionality of Ignite: When used > remotely through a proxy are the service methods invoked on at least once > or at most once basis per a call on client side? > > Thanks. > > > >
