xitrum-framework / glokka

Library to register and lookup actors by names in an Akka cluster
MIT License
56 stars 4 forks source link

Replace handover in Akka 2.2.x with persistence in Akka 2.3.x+ #6

Open ngocdaothanh opened 10 years ago

ngocdaothanh commented 10 years ago

http://doc.akka.io/docs/akka/2.3.0/project/migration-guide-2.2.x-2.3.x.html http://doc.akka.io/docs/akka/2.3.0/scala/persistence.html

Removed hand over data in cluster singleton: The support for passing data from previous singleton instance to new instance in a graceful leaving scenario has been removed. Valuable state should be persisted in durable storage instead, e.g. using akka-persistence.

alem0lars commented 9 years ago

Is this issue still really open? Ty

ngocdaothanh commented 9 years ago

Hi, This issue is still open. At the mean time, if you want, please implement the state saving and loading by yourself.