akka/akka-http
Use new shutdown hooks in Akka 2.5 to prevent AbruptTerminationException in Http infrastructure
開放
#907 建立於 2017年2月27日
1 - triagedhelp wantedt:core
倉庫指標
- 星標
- (1,311 顆星)
- PR 合併指標
- (平均合併 1天 10小時) (30 天內合併 2 個 PR)
描述
There are already some hook phases pre-allocated for exactly this purpose.
All active components should be shutdown in the hook:
Http().shutdownAllConnectionPools- Also introduce some infrastructure to track open server bindings and shut them down.