How do I run blocking code in a Quarkus app using Vertx?
I have a handler which is executing a store operation on a database using Hibernate Reactive and then uploading a blob to an azure storage container using the synchronous client.
I have a handler which is executing a store operation on a database using Hibernate Reactive and then uploading a blob to an azure storage container using the synchronous client.