I've partially answered my own question by reading the docs on streams integration with actors <http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-M3/scala/stream-integrations.html>. I've added the ActorSubscriber and ActorPublisher traits to my existing PersistentActor. My next challenge is to add my new actor(sink+source) into my Http() flow. Can anyone confirm I'm on the right track? Thanks
On Monday, February 9, 2015 at 8:43:26 AM UTC-8, Steve Myers wrote: > > Hi, is anyone else trying to use the new Akka Streams with Akka > Persistence? Has anyone created any code examples yet showing how to use > them together? Thanks! > > Steve > -- >>>>>>>>>> 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.
