camel-karavan icon indicating copy to clipboard operation
camel-karavan copied to clipboard

User should be able to create Kamelet

Open mgubaidullin opened this issue 2 years ago • 2 comments

mgubaidullin avatar Apr 13 '22 20:04 mgubaidullin

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

Premcnathan avatar Aug 09 '22 11:08 Premcnathan

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)

mgubaidullin avatar Sep 15 '22 22:09 mgubaidullin

User should be able to select component parameters and create kamelet properties for them

mgubaidullin avatar Nov 11 '22 14:11 mgubaidullin