I'm not sure I agree with Konrad here: what is wrong with using an HTTP route to expose an actor as service endpoint? This does not imply that the actual implementation needs to be structured accordingly, the backend is completely independent a priori. The role of the composable route snippet is data transport (marshalling, protocol handling) and the actor endpoint orchestrates the collaboration of backend services.
Regards, Roland Sent from my iPhone > On 12 Nov 2016, at 12:10, Alvaro Santuy <[email protected]> wrote: > > :-( > > Ok, so I guesss the "correct" pattern is to always use a "Service Layer" > (non-Akka, so not an actor) between the actors and the REST exposition. Am I > correct? > >> 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. -- >>>>>>>>>> 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.
