fixed merge conflicts, fixed reducebykey
This commit is contained in:
parent
2c01bed1a7
commit
7a75965270
5 changed files with 21 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue