Hello! I think that you should use compute or lifecycle listener in place of service for such scenario.
Service is something that needs to be deployed continuously. Regards, -- Ilya Kasnacheev чт, 18 окт. 2018 г. в 13:13, the_palakkaran <[email protected]>: > Hi, > > I have a cache loading service in an ignite cluster. Since cache loading is > expected to be a one time activity, is it possible to avoid a redeployment > if the node bound to it gets down? If it gets deployed again, it will load > cache again, which is not expected. > > PS: I have a work around to keep a cache for marking loading complete. I > just want to know if there is a simpler solution. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
