You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/30 11:23:21 UTC

[GitHub] [camel-k-runtime] makandre commented on issue #513: Thread blocked calling knative REST

makandre commented on issue #513:
URL: https://github.com/apache/camel-k-runtime/issues/513#issuecomment-701328927


   Sure, my route is acting as a proxy to another knative service
   
   ```
   restConfiguration().setHost("a knative .svc.cluster.local host")
   
   rest("/results")
       .get("/{id}")
       .to("direct:results");
   
   from("direct:results")
       .removeHeaders("*", "CamelHttpPath")
       .to("rest:get:?bridgeEndpoint=true");
   ```


----------------------------------------------------------------
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:
users@infra.apache.org