Hacker News new | ask | show | jobs
by djb_hackernews 3279 days ago
I just looked through and I may have missed it but do you know if this does distributed FSM management?
1 comments

Akka FSM in and of itself does not address distributed FSM's. However, supporting such would likely involve their clustering[0] support and perhaps distributed data[1].

0 -http://doc.akka.io/docs/akka/current/scala/index-network.htm...

1 - http://doc.akka.io/docs/akka/current/scala/cluster-usage.htm...