Re: [akka-user] Memory Bounding Akka Streams

2016-09-28 Thread Dagny Taggart
LATEST updated understanding I have then is the following; and if someone could PLEASE correct my (Newbie) understanding with a link to a clear Blog Post or GitHub repo illustrating the concept! 1) The Akka Stream Graph DSL API's abstraction-level hides the details of handling Backpressure

Re: [akka-user] Re: Akka and Streams Concurrency Fundamentals

2016-09-09 Thread Dagny Taggart
Hi Johan and Patrik, Thanks very much for your responses; and I'm just getting back to this. Here's a cheeky request: * Any chance you guys could Blog and put Links to GitHub for "Newbie Reference Implementations" for putting together focused learning code samples for these kinds of

Re: [akka-user] Re: How to Test WebSocket Streams

2016-09-09 Thread Dagny Taggart
Hi! Just getting back to this; and THANKS for the sbt dependencies info -- I'll have to try that out. It looks like I already had the http testkit; but you're using an additional "test" specifier ...; and then your ScalaTest note is helpful too. Would be awesome for Scala/Akka to have the