Thanks for the links, Konrad! Quick follow-up question: FlowGraphCompileSpec imports import akka.stream.testkit.AkkaSpec. Where can I get a hold of that stream testkit library?
On Wednesday, October 15, 2014 10:23:31 AM UTC-4, Konrad Malawski wrote: > > Sure, there's a lot of tests in our repo. > This one contains a lot of complicated graphs: > https://github.com/akka/akka/blob/release-2.3-dev/akka-stream-tests/src/test/scala/akka/stream/scaladsl2/FlowGraphCompileSpec.scala > And in general loads of tests in this directory: > https://github.com/akka/akka/tree/release-2.3-dev/akka-stream-tests/src/test/scala/akka/stream/scaladsl2 > > We don't have proper docs / examples yet as we're very dynamically > evolving the APIs still (though we feel the current one is very near to the > final result). > > Happy hakking! > > On Wed, Oct 15, 2014 at 4:19 PM, George <[email protected] <javascript:>> > wrote: > >> No worries, thx! Any coding examples of usage compatible with version >> 0,.9 by any chance? >> >> On Wednesday, October 15, 2014 9:31:40 AM UTC-4, Akka Team wrote: >>> >>> Hi George, >>> we don't have a TestKit as you're used to from akka-actor *yet* for >>> streams. >>> It will be implemented and made available for 1.0, don't worry :-) >>> >>> On Wed, Oct 15, 2014 at 3:27 PM, George <[email protected]> wrote: >>> >>>> I am looking for some current working examples showing usage of Akka >>>> Streams. I've read postings utilizing StreamTestKit but was unable to >>>> find >>>> relevant testkit jar file with StreamTestKit in Maven repo. My sbt >>>> dependency for this is: >>>> >>>> *"com.typesafe.akka" %% "akka-stream-testkit-experimental" % "0.9"* >>>> >>>> Running sbt clean update downloaded jar file - >>>> *akka-stream-testkit-experimental_2.11-0.9 >>>> *- which appears to contain only MANIFEST.MF >>>> >>>> Any help would be greatly appreciated! >>>> >>>> -- >>>> >>>>>>>>>> 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. >>>> >>> >>> >>> >>> -- >>> Akka Team >>> Typesafe - The software stack for applications that scale >>> Blog: letitcrash.com >>> Twitter: @akkateam >>> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Cheers, > Konrad 'ktoso' Malawski > hAkker @ Typesafe > > <http://typesafe.com> > -- >>>>>>>>>> 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.
