janwesterkamp commented on issue #6856: URL: https://github.com/apache/camel-quarkus/issues/6856#issuecomment-2523231815
> > I will test to add camel-quarkus-platform-http - instead of the camel-quarkus-vertx-http extension, right? > > Looks like you don't need to change anything. You get `camel-quarkus-platform-http` with `camel-quarkus-rest`. It's the HTTP consumer. `camel-quarkus-vertx-http` is the HTTP producer - E.g invoking an HTTP service. > > What do the `direct` endpoints do? Do they use `vertx-http` endpoints to invoke an HTTP endpoint that is slow to respond? Yes, in the case of the PUT method, data is fetched via REST from another microservice and processed with a long running JNI call for a result - so i might need to keep that. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org