akka/akka-core

.balance defined n Flow/Source, to return a SubFlow

Open

#19,144 opened on Dec 10, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:stream

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

ktoso 11:06 what's the plan about Balance being defined on Flow/Source - we don't? // cc @rkuhn @drewhk found myself that it would look nice for demoing "look, it's parallel now"

rkuhn 11:06 .balance should actually give you a SubFlow so that we can materialize that a number of times to exploit parallelism while losing ordering and if it takes a (strict) integer argument for the parallelism then we can actually desugar that into static > junctions

Contributor guide