camel-karavan
camel-karavan copied to clipboard
User should be able to create Kamelet
Hi,
I have created a kamelet in java DSL like below. I am looking for a way through which I can show it in Karavan UI. Just wanted to check if this issue is created for the same requirement. Thanks in advance!!
routeTemplate("mykamelet").
templateParameter("message", "customMessage").
from("kamelet:source").
//do something
to("kamelet:sink");
CC: @bvahdat
Kamylets should be created in YAML DSL and published to the Catalog. Custom Kamelets could also be saved in custom Kamelet folder (for VS Code see Settings) or custom Kamelet repository (see karavan-cloud/openshift/katavan-secrets.yaml)
User should be able to select component parameters and create kamelet properties for them