Re: Call an operation on all deployed remote services

2022-10-20 Thread Joan Pujol
Thank you very much Pavel. I will check both possibilities. In that case I'm not concerned a lot about performance, because it's not for normal operation. It's just a way to retrieve some information on running services to catch some information in case of problems. Cheers, On Thu, 20 Oct 2022 at

Re: Call an operation on all deployed remote services

2022-10-20 Thread Pavel Tupitsyn
Hi, there is no such method. I suggest using IgniteCompute.broadcast - it is the way to invoke some code on multiple nodes simultaneously. If you absolutely have to do this with services: 1. Call IgniteServices.serviceDescriptors 2. Find the right service in the resulting collection 3. Iterate ov

Call an operation on all deployed remote services

2022-10-20 Thread Joan Pujol
Hi, Is there a way that I can call a remote service method in all of the nodes where the service is deployed? A lot of thanks in advance. -- Joan Jesús Pujol Espinar http://www.joanpujol.cat