nicolaferraro commented on issue #1636:
URL: https://github.com/apache/camel-k/issues/1636#issuecomment-669842330


   > Other question, how can i invoke to an external url, because if i try to 
call to an external url in a knative integration, gives me one error, endpoint 
not found. I invoke the external url using recipientslist.
   
   It shouldn't matter what kind of integration you're running, to call an 
external URL you should use the `http` component, like 
`.to("http://theurl/thepath";)`.
   
   Btw, you can ask questions in the Gitter channel, to avoid polluting issues.


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


Reply via email to