You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally I found in akka-management documentation sentence: "In a dynamic environment you might stop instances of Akka Management, for example if you don’t want to free up resources taken by the HTTP server serving the Management routes." ( https://developer.lightbend.com/docs/akka-management/current/akka-management.html#stopping-akka-management )
Should not it be rather "if you want to free up" instead of "if you don’t want to free up" ?
Thanks,
sebarys
The text was updated successfully, but these errors were encountered:
I don't think there is a need for explicit stopping from coordinated shutdown. The ActorSystem is anyway about to be stopped and Akka Management will be stopped with that at the end.
The negation must be wrong.
I also think that advice can be misleading if used together with Bootstrap.
chbatey
changed the title
akka-management and CoordinatedShutdown
Clarify when to shut down Akka management
Sep 18, 2018
Hi,
I have a question: do I need to manually stop akka-management in my custom Task when using akka coordinated shutdown extension ( https://doc.akka.io/docs/akka/2.5.6/scala/actors.html#coordinated-shutdown )?
Additionally I found in akka-management documentation sentence: "In a dynamic environment you might stop instances of Akka Management, for example if you don’t want to free up resources taken by the HTTP server serving the Management routes." ( https://developer.lightbend.com/docs/akka-management/current/akka-management.html#stopping-akka-management )
Should not it be rather "if you want to free up" instead of "if you don’t want to free up" ?
Thanks,
sebarys
The text was updated successfully, but these errors were encountered: