Hi Matt.

In this project we are going to use a DDD aproach using Persistent Actors 
to represent Aggregate Roots. So, in some way, each Actor will map to a 
REST resource: I don't mean that Actors were directly exposed, a supervisor 
could mediate fordwarding messages from the REST front-end to the Akka 
back-end. 
It should be nice to be able to ease this mapping. REST URIs could map to 
Actors: A URI should correspond to an Actor (maybe supervisor) path and 
certain message built up from  the HTTP verb and the request parameters.

So my question is if there is some framework or library to easily do this 
mapping, from the REST end-points to the corresponding ActorRefs...

On Thursday, November 10, 2016 at 4:28:10 PM UTC+1, Alvaro Santuy wrote:
>
> Hello everybody.
>
> Is there any project out there capable to easily build REST routes to Akka 
> Actors? I would like to map REST resources to Akka Actors and messages 
> other than manually encode the routes in Akka HTTP...
>
> Thank you.
>

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to