Re: [akka-user] Akka streams newbie questions

2015-02-20 Thread Roland Kuhn
Hi George, thanks for the feedback, we know that a proper testkit will be required by users, but we still only have our internal facilities. We are heavily working on finalizing streams themselves, if you want to help out with suggesting a concrete testkit (perhaps even in code, take a look at

Re: [akka-user] Akka streams newbie questions

2015-02-19 Thread George Ward
Any news on when akka-stream-testkit-experimental_2.11 will be published to the repos? I see the jar available on the maven repos but they're all still empty. http://search.maven.org/#artifactdetails%7Ccom.typesafe.akka%7Cakka-stream-testkit-experimental_2.11%7C1.0-M3%7Cjar Having the s

Re: [akka-user] Akka streams newbie questions

2014-10-16 Thread Konrad Malawski
It's https://github.com/akka/akka/blob/release-2.3-dev/akka-stream-testkit/src/test/scala/akka/stream/testkit/AkkaSpec.scala It's in src/test so it's not part of any artifact, you could copy paste it if you want to play around though.. It's not the akkaspec / testkit we want users of akka-streams

Re: [akka-user] Akka streams newbie questions

2014-10-16 Thread George
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

Re: [akka-user] Akka streams newbie questions

2014-10-15 Thread Konrad Malawski
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/

Re: [akka-user] Akka streams newbie questions

2014-10-15 Thread George
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

Re: [akka-user] Akka streams newbie questions

2014-10-15 Thread Akka Team
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 wrote: > I am looking for some current working examples showing usage of Akka > Streams. I've read p

[akka-user] Akka streams newbie questions

2014-10-15 Thread George
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-experime