pekko/akka-docs-dev/rst/scala
Roland Kuhn 1500d1f36d !str #19005 make groupBy et al return a SubFlow
A SubFlow (or SubSource) is not a Graph, it is an unfinished builder
that accepts transformations. This allows us to capture the substreams’
transformations before materializing the flow, which will be very
helpful in fully fusing all operators.

Another change is that groupBy now requires a maxSubstreams parameter in
order to bound its resource usage. In exchange the matching merge can be
unbounded. This trades silent deadlock for explicit stream failure.

This commit also changes all uses of Predef.identity to use `conforms`
and removes the HTTP impl.util.identityFunc.
2015-12-10 12:27:16 +01:00
..
code/docs !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
http =doc add curl example to fileUpload docs 2015-12-03 12:57:37 +01:00
migration-guide-1.0-2.x-scala.rst !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
stream-composition.rst !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
stream-cookbook.rst !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
stream-customize.rst !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
stream-error.rst !str,htc remove FlexiMerge/Route 2015-10-21 18:52:16 +02:00
stream-flows-and-basics.rst !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
stream-graphs.rst !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
stream-index.rst +doc 18737: Code snippets for migration guide (Scala) 2015-11-03 13:57:55 +01:00
stream-integrations.rst !str - Switches Sink.publisher to use a boolean to indicate fanout rather than a number of allowed subscribers 2015-11-04 12:29:23 +01:00
stream-introduction.rst +doc, str #16716: Table summarizing built-in processing stages 2015-04-24 11:29:23 +02:00
stream-io.rst !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
stream-parallelism.rst +doc, str #16714: Add documentation explaining parallelism and pipelining 2015-04-24 10:30:15 +02:00
stream-quickstart.rst !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
stream-rate.rst !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
stream-testkit.rst !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00