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