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:48:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Claus Ibsen updated CAMEL-16631:
--------------------------------
    Issue Type: New Feature  (was: Improvement)

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