Re: [akka-user] Passivate Persistent Cluster Singleton

2016-07-26 Thread Siva Kommuri
Good idea. Thanks! Best wishes, Siva on 6+ > On Jul 22, 2016, at 3:28 AM, Akka Team wrote: > > Hi Siva, > > I don't recall cluster singleton having a passivation feature. I think this > feature simply does not exists. On the other hand there is not much reason to >

[akka-user] Passivate Persistent Cluster Singleton

2016-07-19 Thread Siva Kommuri
Hi all! What is the proper way to passivate a persistent cluster singleton? I have the following snippet in the cluster singleton: receive = { case ReceiveTimeout => context.parent ! Passivate(stopMessage=Stop) case Stop => context.stop(self) } I get the following warning in the logs and