Hi,

I’m looking to see if Akka can be used as a cluster manager instead of say 
Mesos for my use case. Simply put, my use case is as following:

1. I have 10 physical machines.
2. I need to have 10 *singleton* stateless actors running on each one of these 
machines. 1 actor per server.
3. If one of the servers crashes, I need to be able to launch the actor that 
was on that server, on another server (that specific server will have two 
actors running on there).
4. Once the failed server recovers, I need to move the actor back to that 
server, so again I would have 1 actor per server.

Can I use plain Akka to achieve this of I need to use Mesos/Marathon? If so, 
are there any docs/examples for this use case?

Thanks,

Drew

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to