fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

find a nice way to do clean shutdown when using micro services and docker #1121

Closed jstrachan closed 9 years ago

jstrachan commented 10 years ago

e.g. we probably need a unix signal handling library which can then be bound to things like stopping spring / blueprint / CDI / SCR / DS contexts so things shut down cleanly (like Apache Camel does natively)

jstrachan commented 10 years ago

maybe using something like this? http://commons.apache.org/proper/commons-daemon/jsvc.html

jstrachan commented 10 years ago

or maybe this http://akuma.kohsuke.org/

davsclaus commented 9 years ago

not maintained for 1.x