pekko/akka-docs-dev/rst
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
..
images +str, doc: Documentation for GraphStage 2015-11-27 14:21:48 +01:00
java !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
scala !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
conf.py =doc a first set of new and imported documentation for akka-http 2014-12-19 15:09:57 +01:00
index.rst +pro,doc #15290 Add separate doc project for release-2.3-dev 2014-05-27 08:18:12 +02:00
java.rst +doc,htc #18600,18597 documents where/how to deal with failure in Http 2015-09-29 23:10:00 +02:00
scala.rst +doc,htc #18600,18597 documents where/how to deal with failure in Http 2015-09-29 23:10:00 +02:00
stages-overview.rst !str #15089 add flatMapMerge 2015-12-02 09:01:20 +01:00
stream-configuration.rst +doc: Added section about buffering 2014-12-22 12:43:01 +01:00
stream-design.rst !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00