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/24 09:53:15 UTC

[GitHub] [camel-k-runtime] lburgazzoli edited a comment on issue #490: kamelet-sink component

lburgazzoli edited a comment on issue #490:
URL: https://github.com/apache/camel-k-runtime/issues/490#issuecomment-698241419


   I was looking at implementing this but with camel 3.x you cannot use any more the scheme only so as example:
   
   ```yaml
   from:
     ...
     steps:
       - to: "kamelet-sink"
   ```
   
   Won't work and would fail the startup.
   
   It would be possible to write something like `kamelet-sink:foo` but then the path param `foo` won't have any real meaning which could be confusing so one should write `kamelet-sink:{{routeId}}` ?
   
   


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