Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register a global exception handler on the Vert.x instance so uncaught exceptions are logged properly. #11924

Conversation

cescoffier
Copy link
Member

If the code throws an unhandled exception in a Vert.x thread (event loop or worker), this handler is invoked and log the error.
Before, it delegated to the Vert.x internal exception handler.

…t exceptions are logged properly.

If the code throws an unhandled exception in a Vert.x thread (event loop or worker), this handler is invoked and log the error.
Before, it delegated to the Vert.x internal exception handler.
@stuartwdouglas stuartwdouglas merged commit aae9335 into quarkusio:master Sep 7, 2020
@stuartwdouglas stuartwdouglas added this to the 1.9.0 - master milestone Sep 7, 2020
@cescoffier cescoffier deleted the features/add-global-exeception-handler-for-vertx branch August 1, 2021 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants