Remove auto-fusing option from docs (#24510)

As it has been removed and no longer has any effect
This commit is contained in:
Arnout Engelen 2018-02-07 14:42:06 +01:00 committed by GitHub
parent 1e7608d715
commit 6012b93c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
<a id="flow-combine-mat"></a>
### Combining materialized values