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:
[email protected]