Zaheer,

Does it have to be a service? Won't a compute task be enough?
You can use an execute REST command
<https://apacheignite.readme.io/docs/rest-api#section-execute> to run a
compute task on a grid.
You may either modify the cache or call a service from this task.

Denis

чт, 13 дек. 2018 г. в 09:45, Zaheer <[email protected]>:

> Hi,
>
> In Ignite cluster, I have a cache data node and a service node with a
> deployed service that performs some actions on the cache. My aim is to use
> the methods of this deployed service through REST. How to expose my
> deployed
> service's methods to outside world like browsers, or other REST clients ?
>
> I had a look at the REST api of Ignite and I only found methods to access
> the cache and modify it. But I do not want to use those methods to modify
> my
> cache. Instead I want to use my service's methods to modify my cache.
> kindly
> reply.
>
> Thanks in advance.
>
> Regards,
> Zaheer.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to