You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature that you want to propose
When using a kamelet component, there is a config panel asking for several parameters, including the Template Id.
In case an unknown template if is provided, after close/reopen of the config panel, the kamelet is marked as unknown on the graphic and the config panel is showing only a very short list of parameters, especially missing the templateId
This is an important feature for custom kamelet which are not part of the catalog, awaiting that we can configure kamelets that users can pick outsid of the default catalog.
The text was updated successfully, but these errors were encountered:
What we see is the To EIP parameters, without the URI field, since we can't recognize the kamelet from the catalog, we don't show properties for it. We could do special handling so we always show the kamelet component's parameters
Currently, when using the `kamelet` component, providing an unknown
Kamelet to Kaoto, this renders the basic `To` EIP configuration form.
This is not useful since then we can't provide the Kamelet's TemplateId
nor RouteId.
The fix is to fallback to the standard `Kamelet` component when passing
an unknown Kamelet to Kaoto.
fix: KaotoIO#1004
Currently, when using the `kamelet` component, providing an unknown
Kamelet to Kaoto, this renders the basic `To` EIP configuration form.
This is not useful since then we can't provide the Kamelet's TemplateId
nor RouteId.
The fix is to fallback to the standard `Kamelet` component when passing
an unknown Kamelet to Kaoto.
fix: #1004
Please describe the feature that you want to propose
When using a kamelet component, there is a config panel asking for several parameters, including the Template Id.
In case an unknown template if is provided, after close/reopen of the config panel, the kamelet is marked as unknown on the graphic and the config panel is showing only a very short list of parameters, especially missing the templateId
This is an important feature for custom kamelet which are not part of the catalog, awaiting that we can configure kamelets that users can pick outsid of the default catalog.
The text was updated successfully, but these errors were encountered: