Hi, Thanks for your response.
I am trying to understand what type of services they would be. In the examples on ignite docs, i see counter service as one example. Can they be business services. In our environment we are considering using spring cloud eureka as a service registry for scalability and load balancing. Instead of eureka can we use service grid. How will a client be able to lookup a service to obtain service metadata to execute the methods of service. On 6 Oct 2016 01:44, "vkulichenko [via Apache Ignite Users]" < [email protected]> wrote: > > Sridhar, > > Service grid allows to execute an instance or instances of a services somewhere on the cluster and get access to this service from a client via proxy. It also maintains the required number of running instances in case of node failures. E.g., if it's a cluster singleton there will be one only instance of the service running. If the node where is service is deployed fails, it will be automatically redeployed on another node. > > -Val > > ________________________________ > If you reply to this email, your message will be added to the discussion below: > http://apache-ignite-users.70518.x6.nabble.com/Service-Grid-vs-Service-Registry-like-Eureka-Consul-tp8104p8107.html > To unsubscribe from Service Grid vs Service Registry like Eureka/Consul, click here. > NAML -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Service-Grid-vs-Service-Registry-like-Eureka-Consul-tp8104p8109.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
