pekko/akka-docs-dev/rst/scala/code/docs/stream/cookbook
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
..
RecipeByteStrings.scala !str,htc replace and remove OneBoundedInterpreter 2015-11-01 14:53:52 +01:00
RecipeCollectingMetrics.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
RecipeDigest.scala !str #17090 add AsyncStage 2015-04-10 09:00:36 +02:00
RecipeDroppyBroadcast.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
RecipeFlattenSeq.scala !str #16992 Rework Source and Sink name parameter 2015-03-06 09:24:00 +01:00
RecipeGlobalRateLimit.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
RecipeHold.scala =str #17089 stream testkit 2015-04-24 12:25:54 +03:00
RecipeKeepAlive.scala +str 18735: Added keepalive inject and initial delay ops 2015-11-03 10:49:43 +01:00
RecipeLoggingElements.scala Rename OperationAttributes to Attributes 2015-06-23 18:45:04 +02:00
RecipeManualTrigger.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
RecipeMissedTicks.scala !str,htc replace and remove OneBoundedInterpreter 2015-11-01 14:53:52 +01:00
RecipeMultiGroupBy.scala !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
RecipeParseLines.scala =str #16787 java cookbook 2015-07-08 17:35:14 +03:00
RecipeReduceByKey.scala !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
RecipeSimpleDrop.scala !str,htc replace and remove OneBoundedInterpreter 2015-11-01 14:53:52 +01:00
RecipeSpec.scala Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
RecipeToStrict.scala !str #16992 Rework Source and Sink name parameter 2015-03-06 09:24:00 +01:00
RecipeWorkerPool.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00