Re: [akka-user] akka example code seems incomplete (throttler?!?)

2015-09-29 Thread Akka Team
Hi Jamie, That code just refers to an imaginary Flow. There is no pre-built "throttler" Flow with such signature. We could have used the TCP flow but that is slightly more complex. Currently it is not possible to create materialized values yourself (although you can create this throttler from a g

[akka-user] akka example code seems incomplete (throttler?!?)

2015-09-29 Thread jpswain
Hi all, Just taking a second look at getting started with Akka Streams 1.0. I want to make sure I'm understanding the basic ideas. The example code here: http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0/scala/stream-flows-and-basics.html shows the use of a `throttler`, but I see