Deprecate auto-fusing setting #22431
This commit is contained in:
parent
740c68873c
commit
60d918c490
7 changed files with 19 additions and 2 deletions
|
|
@ -433,6 +433,7 @@ final class ActorMaterializerSettings private (
|
|||
* this may cause an initial runtime overhead, but most of the time fusing is
|
||||
* desirable since it reduces the number of Actors that are created.
|
||||
*/
|
||||
@deprecated(since = "2.5.0", message = "Turning off fusing is no longer possible with the traversal based materializer")
|
||||
def withAutoFusing(enable: Boolean): ActorMaterializerSettings =
|
||||
if (enable == this.autoFusing) this
|
||||
else copy(autoFusing = enable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue