eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k forks source link

ctrl+c not working correctly #3371

Open AceHack opened 4 years ago

AceHack commented 4 years ago

In all my abstract verticles I have logging in the stop method and none of that shows up when I press ctrl+c

AceHack commented 4 years ago

Please allow me to disable any vertx shut down hook and only use my own. I need to make sure my verticle flushes it's buffer to disk on shut down.

vietj commented 4 years ago

normally when vertx shut down will undeploy first all verticles before shutting down the other services. Can you provide a reproducer of the issue ?