Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ngocdaothanh opened this issue Mar 6, 2014 · 2 comments
Open
Assignees

Comments

@ngocdaothanh
Copy link
Member

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.

@ngocdaothanh ngocdaothanh self-assigned this Mar 6, 2014
@ngocdaothanh ngocdaothanh changed the title Replace handover in Akka 2.2.x with persistence in Akka 2.3.x Replace handover in Akka 2.2.x with persistence in Akka 2.3.x+ Jul 1, 2014
@alem0lars
Copy link

Is this issue still really open?
Ty

@ngocdaothanh
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants