fixed merge conflicts, fixed reducebykey

This commit is contained in:
Endre Sándor Varga 2014-12-19 11:39:41 +01:00
parent 2c01bed1a7
commit 7a75965270
5 changed files with 21 additions and 5 deletions

View file

@ -29,7 +29,7 @@ class RecipeDroppyBroadcast extends RecipeSpec {
import FlowGraphImplicits._
val graph = FlowGraph { implicit builder =>
val bcast = Broadcast[Int]("broadcast")
val bcast = Broadcast[Int]
myElements ~> bcast