You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/03 07:50:00 UTC

[jira] [Commented] (CAMEL-16631) camel-core - Kamelet EIP allow to specify parameters as property paris

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

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

In yaml dsl you can specificy parameters

> 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: 4.0
>
>
> 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)