Claus Ibsen created CAMEL-16631:
-----------------------------------
Summary: 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: Improvement
Components: camel-core
Reporter: Claus Ibsen
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.3.4#803005)