-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Http().terminate() which mimics Spray's CloseAll #188
Comments
Triaged to mark I've gon through here, however we won't work on it - up for grabs |
Hi, I'm interested in grabbing this. I assume that scope of the feature is basically what @sirthias wrote in akka/akka#18475 (comment). However I will need some guidance to get started. Let's consider server-side part first. I expect that pools shutdown is not an option here. Instead, we have to rather unbind all listening sockets, and then wait for all connections being processed to finish. Could you explain in a bit more details how to achieve it? |
Note to self / us, that this has been requested again. Would be nice to get to it |
Tuesday Oct 06, 2015 at 10:13 GMT
Originally opened as akka/akka#18649
Implement a graceful shutdown which eventually closes connections (which is more than unbind does).
All details in the #18475 PR.
The text was updated successfully, but these errors were encountered: