restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
647 stars 284 forks source link

Graceful shutdown with Jetty 9.4 #1333

Open zjfroot opened 5 years ago

zjfroot commented 5 years ago

It seems like when using Restlet 2.4.1 with Jetty, the stats module of Jetty is not enabled.

According to jetty issue 1549, if I understand it correctly, it needs to be enabled to make Jetty support graceful shutdown. Also stated here in Jetty's javadoc when setting stop timeout.

Is there a way to work around it for the moment? Thanks.