From 6012b93c1318dcc689dcb75f441511dfcf5d0158 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 7 Feb 2018 14:42:06 +0100 Subject: [PATCH] Remove auto-fusing option from docs (#24510) As it has been removed and no longer has any effect --- akka-docs/src/main/paradox/stream/stream-flows-and-basics.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md b/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md index 9605b3f7c9..9795936d2a 100644 --- a/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md +++ b/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md @@ -313,10 +313,6 @@ is needed in order to allow the stream to run at all, you will have to insert ex @@@ -The new fusing behavior can be disabled by setting the configuration parameter `akka.stream.materializer.auto-fusing=off`. -In that case you can still manually fuse those graphs which shall run on less Actors. With the exception of the -`SslTlsStage` and the `groupBy` operator all built-in processing stages can be fused. - ### Combining materialized values