Re: [akka-user] Akka Streams and Testing (particularly Ducts)

2014-09-01 Thread Konrad 'ktoso' Malawski
Hi Dave, we certainly want to provide a proper stream-testkit once streams “go stable”, here’s a ticket for it: https://github.com/akka/akka/issues/15748 Currently we are reworking the API parts of akka-streams, so the testkit won’t be shipped in the next minor, but it’s sure to come at some poin

[akka-user] Akka Streams and Testing (particularly Ducts)

2014-08-31 Thread Dave Healy
Hi all, I've spent the last week working with the 0.3 version of the Akka Streams with Scala. Now that I've got my head around things I'm finding it intuitive and fast--really fast. The one thing I'm butting my head against now is testing. So far I haven't found much on testing ActorProducer