ppalaga opened a new issue #299: Question: should platform-http have a "blocking" option? URL: https://github.com/apache/camel-quarkus/issues/299 We currently always add our handler as non-blocking https://github.com/apache/camel-quarkus/blob/master/extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/QuarkusPlatformHttpConsumer.java#L95-L108 Shouldn't we have an URI parameter for the user to decide whether `io.vertx.ext.web.Route.blockingHandler()` should be called instead of `io.vertx.ext.web.Route.handler()`?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services