parent
d7b45e0fc3
commit
e6e476d82a
146 changed files with 910 additions and 740 deletions
|
|
@ -33,7 +33,7 @@ class RateTransformationDocSpec extends AkkaSpec {
|
|||
}
|
||||
//#conflate-summarize
|
||||
|
||||
val fut = Source(() => Iterator.continually(Random.nextGaussian))
|
||||
val fut = Source.fromIterator(() => Iterator.continually(Random.nextGaussian))
|
||||
.via(statsFlow)
|
||||
.grouped(10)
|
||||
.runWith(Sink.head)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue