Re: Enabling REST api for a apache client node

2017-12-08 Thread slava.koptilin
Hi Naveen,

Yes, you can use Apache Ignite in that way.
Additional information about Clients/Servers is available here:
https://apacheignite.readme.io/docs/clients-vs-servers

Thanks!



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Enabling REST api for a apache client node

2017-11-29 Thread Naveen Kumar
My understanding with some other in-memory product is
We have seeders and leeches, seeders are the one hold data  and leeches are
the one which are exposed to the clients, responsible for processing the
incoming requests. Basis idea was to offload the connection/disconnection
activities from the seeders since seeders are already heavily loaded with
data processing etc.
So I was trying to correlate the same here, seeders are nothing but data
nodes in ignite and leeches are client nodes, so whemever a consumer is
trying to connectt to the cluster it will only establish a connection with
ignite Client node.
My understanding with ignite Client node may be wrong.


On 29-Nov-2017 10:24 PM, "slava.koptilin"  wrote:

> Hi Naveen,
>
> It seems there is no such XML property.
> Anyway, I don't think there is much sense to start REST server on a client
> node because it is always better to access server node directly if
> possible.
>
> Thanks.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>


Re: Enabling REST api for a apache client node

2017-11-29 Thread slava.koptilin
Hi Naveen,

It seems there is no such XML property.
Anyway, I don't think there is much sense to start REST server on a client
node because it is always better to access server node directly if possible.

Thanks.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Enabling REST api for a apache client node

2017-11-29 Thread Naveen
How do we set this in the config XML ‘-DIGNITE_REST_START_ON_CLIENT=true’, I 
wanted to enable REST for a client node 

 

What is the XML property 

 

Regards

Naveen