Open zailushangde opened 2 years ago
Ability to support custom reactive route exception handlers
reactive route
According to the source code https://github.com/quarkusio/quarkus/blob/bd87966540990fa68ec3769e22e67df1854b08a5/extensions/reactive-routes/deployment/src/main/java/io/quarkus/vertx/web/deployment/ReactiveRoutesProcessor.java#L762, the Bean validation function is hardcoded.
I think it would be very useful if we could customize it.
No response
Why can't you use a route of type failure?
This exception cannot be caught by the type failure route.
Description
Ability to support custom
reactive route
exception handlersAccording to the source code https://github.com/quarkusio/quarkus/blob/bd87966540990fa68ec3769e22e67df1854b08a5/extensions/reactive-routes/deployment/src/main/java/io/quarkus/vertx/web/deployment/ReactiveRoutesProcessor.java#L762, the Bean validation function is hardcoded.
I think it would be very useful if we could customize it.
Implementation ideas
No response