akka - Java stateful actor persistence -
akka - Java stateful actor persistence -
i developing application using akka
(java api). have few questions:
in actor class, okay have few info structures (example: hashmap) part of actor state (attributes of class)?
if actor dies, actor restarted supervisory actor. however, wondering how restore contents of these info structures. please suggest?
initially, thought of using cassandra
persist info , when actor receives messages save fellow member objects cassandra
. not sure if right approach. please help
thank you, ks
have kid actor performs , risky operations, , have actor's supervisor strategy set fit needs child.
akka
Comments
Post a Comment