Hi all,
I am a student and trying to use akka to design *scalable distributed real 
time aggregation system.*
      I have a scenario in which I parse keys from a message and also 
creates jobs identified by the keys right now in single instance to avoid 
locking in database access I send the 'A' keyed job to 'A' keyed actor 
which updates an entry in database by computing the job. Now I want to 
distribute these jobs to multiple nodes, I am thinking of using sharding 
module of akka cluster, From docs I understand following things please 
correct me If I am wrong

1.  We can have a clustered actor system to multiple nodes where actors 
identified by id let say path() can be distributed to multiple nodes

2. We can divide the actor system into multiple regions called ShardRegions

3. I have to start shard region on each node

Please suggest any reading material in simple language to understand 
mechanism.

Thanks and regards
Krishna Kadam

-- 
>>>>>>>>>>      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