ppalaga opened a new issue #2196: URL: https://github.com/apache/camel-quarkus/issues/2196
We currently rely on the default reactor-netty based Azure [HttpClient](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/core/azure-core/src/main/java/com/azure/core/http/HttpClient.java) , which is not reusing Quarkus event loops. Cf. the conversation with @cescoffier > > is it technically possible to wrap vert.x HTTP client into Reactor interfaces - i.e. to make it implement Azure HttpClient? It would perhaps be the most elegant option to support Azure, > Yes, especially if you use the Mutiny variant of the Vert.x Web Client (Mutiny has adapters for Reactor). https://github.com/quarkusio/quarkus/pull/14774#issuecomment-772336353 ---------------------------------------------------------------- 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: [email protected]
