You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: