lburgazzoli opened a new issue #184: Leverage platform http service
URL: https://github.com/apache/camel-quarkus/issues/184
 
 
   As today to leverage the http service provided by quarkus we do rely on 
`servlet` but we can do much better and bypass the servlet engine.
   
   To do so we need to create a sort of "platform http component" that leverage 
what the platform camel runs on has to offer i.e.
   
   - quarkus --> vertx-web
   - spring --> ???
   - widfly --> undertow/servlet
    
   I would start by creating such component and quarkus binding here and once 
we have a stable enough API we can move the common part to main camel 
repository.
   
   

----------------------------------------------------------------
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

Reply via email to