Deprecate auto-fusing setting #22431
This commit is contained in:
parent
740c68873c
commit
60d918c490
7 changed files with 19 additions and 2 deletions
|
|
@ -347,6 +347,10 @@ case class PhasedFusingActorMaterializer(
|
|||
_logger.warning("Fuzzing mode is enabled on this system. If you see this warning on your production system then " +
|
||||
"set akka.stream.materializer.debug.fuzzing-mode to off.")
|
||||
}
|
||||
if (!settings.autoFusing) {
|
||||
_logger.warning("Deprecated setting auto-fusing set to false. Since Akka 2.5.0 it does not have any effect " +
|
||||
"and streams are always fused.")
|
||||
}
|
||||
|
||||
override def shutdown(): Unit =
|
||||
if (haveShutDown.compareAndSet(false, true)) supervisor ! PoisonPill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue