Can I mix Persistent FSM and at-least-once-message delivery in Akka -


akka provides

  1. a persistent actor at-least-once message deliver (link)
  2. a persistent fsm (link)

can mix two? want able maintain persistent state machine, have stage changes trigger events send messages other actors at-least-once message deliver guarantee

i had same question myself, , since there no answer anywhere on net - took akka user list.

in short, should work not tested. moreover, there's no java api available mixin of above 2 traits.

i plan test such mixin in next month or 2 , provide feedback.

see following more details:

  1. akka user list topic
  2. akka ticket track issue

Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -