Thanks for the inputs Alexey.
From: Alexey Kuznetsov
Sent: Thursday, January 14, 2016 8:22 PM
To: user@ignite.apache.org
Subject: Re: Working with Ignite Cache on Scala Play
Avi,
I think there is no need to start/stop nodes on each api interaction.
Start/stop
Avi,
I think there is no need to start/stop nodes on each api interaction.
Start/stop nodes is a quite heavy and also will trigger rebalancing in
caches.
I think you should just start several nodes only once.
--
Alexey Kuznetsov
GridGain Systems
www.gridgain.com
Hi,
I just want to confirm whether the pattern I'm thinking of following for our
requirement and also to clear some doubts I have.
The requirement we have is to use Ignite Caching service to store values from a
database to speed up api requests for that data. The application is a Scala
Play