He-Pin commented on issue #2093: URL: https://github.com/apache/pekko/issues/2093#issuecomment-3223050763
>Where is the evidence of this 1. The test cases and the result contains less info, that's why the typed actor system's terminate() function just returns a `void`. 2. When can be retrieved with `whenTerminated`, if care 3. A user actually cares about `gracefulShutdown`, not when it shuts down, that's why there is a `gracefulShutdown` in Netty's EventLoopGroup. For these simple cases, we do not need to duplicate another ActorSystem just for Java, really, this `terminate()` call will only be used 1~2 times in your codebase. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
