On Tue, Feb 10, 2015 at 5:22 PM, Steve Myers <[email protected]> wrote:
> 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 > Sounds like you are on the right track. Long term, we have ideas of how to improve the query side <https://github.com/akka/akka/issues/16541>, and that will be a stream based. /Patrik > > > 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
