Hi all

I need help in designing an actor whose request needs to call a lookup on 
an ID before it can continue its request 'flow'. I was thinking the lookup 
could be done via another actor (against couchbase so it can be reactive), 
but I'm unsure how that call can be neatly returned into the original 
request 'flow'.  I could block and wait for the lookup to complete, or 
leave out the actor and make it a synchronous call or somehow weave it all 
together, but at this stage I don;t have the experience in akka to make 
that call.

Any guidance would be helpful, thanks.

Brian

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