Zaheer,

There is an embedded REST processor in Ignite.
It doesn't have a direct way to call service methods.
But you can execute compute tasks via REST, and you may use it to call
services.

Another option is to write a custom REST controller and write your custom
logic in it.
That's what you were recommended on the forum.

Denis

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

> Hi Denis,
>
> Thanks for the reply. I will look into that section about executing the
> compute task from REST.
>
> But I require to call the service via REST. Some forum posts suggested
> using
> jetty inside *init()* method of service implementation. I would like to
> know
> more about exposing the service via REST.
>
> Zaheer
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to