[ 
https://issues.apache.org/jira/browse/CAMEL-16631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599837#comment-17599837
 ] 

Claus Ibsen commented on CAMEL-16631:
-------------------------------------

This would be special for Kamelet EIP to make it verbose with parameters, but 
then you may want to that for "to" as well, and that is harder to do due to how 
it was deisgned.


> camel-core - Kamelet EIP allow to specify parameters as property paris
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-16631
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16631
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.x
>
>
> Currently the Kamelet EIP uses an URI syntax for calling a kamelet.
> .kamelet("foo?bar=Murphys&time=9:15")
>     .to("kafka:cheese")
> .end()
> But it may be nice also to allow to specify parameters with
> .kamelet("foo")
>     .parameter("bar", "Murphys")
>     .parameter("time", "9:15")
>      .to("kafka:cheese")
> .end()



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to