Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1362

Recovery of persistent actors

$
0
0

@wenxzhen wrote:

Dear experts,

I am doing some investigations on the integration of Akka into our trading system. Basically we would like to create the actor with persistence and snapshot per Order.

My questions:

  • With 200 millions Order per day, would that be a good practice to create so many actors in the cluster? The command on the Order would need to cross the JVM instance
  • How to recover most of the actors on cluster restart? Since we create the actor per order id, do we need to ask the supervisor to persist the actors on the fly.

Appreciated for your advice.
Kind Regards,

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1362

Trending Articles