Eureka and Service Grid are different beasts. Main use case for Service Grid is deploying long running service instances on the cluster (a REST server for example) with SLAs on number of these instances. If a node fails, Ignite guarantees that all service that were running on this node will be redeployed.
I recommend to take a look at Compute Grid [1] instead. It provides dynamic class loading, load balancing and automatic failover. Should be enough to build micro services like architecture. [1] https://apacheignite.readme.io/docs/compute-grid -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Service-Grid-vs-Service-Registry-like-Eureka-Consul-tp8104p8351.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
