akka persistence - Is it possible to send messages of type ActorState=>ActorState to a Persistent Actor and later restore its state from an event journal? -


let's consider following scenario:

  • a persistent actor state actorstate.
  • messages of type m:actorstate=>actorstate
  • m transforms actor's state
  • a series of messages of type m:actorstate=>actorstate sent actor

questions:

  • can actorstate restored event journal using event sourcing (by replaying messages sent actor) ?

  • what restriction posed on type of messages m allowed sent persistent actor such state of actor (actorstate) can restored (after system reboot) event journal replaying messages actor?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -