Hi, I'm playing around with akka-persistence, and one thing that's not 
clear to me is the best way to 1) Handle the command that might create an 
instance of a particular event processor (e.g. CreateOrder(...)) 2) Route 
commands to the proper instance of the created eventsourced processor (e.g. 
SubmitOrderForProcessing(id:27,...))  

I've not seen anything in the examples, etc that handles this particular 
case.  Any suggestions for a 'command gateway/handler' or something 
patterns that might be the a way to approach this?

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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