Open apupier opened 19 hours ago
When deleting the container it actually means deleting the whole kamelet content. I am wondering what would be best here. If we want to stay consistent I would think we should empty the Kamelet fully and let the user start from scratch.
From scratch meaning a source and a sink?
Probably the same as when the source code is empty? Having the "Start from Scratch" thing?
Sure, but after that, what next? Because that control uses the kamelet template, so we're gonna be in the same place as before :thinking:
Could creating an empty Kamelet with just a source be an alternative?
@apupier this log happens because we're not including the ProcessorDefinition
property in all schemas, but it doesn't impact the Kamelet situation.
Could not compile schema MissingRefError: can't resolve reference #/definitions/org.apache.camel.model.ProcessorDefinition from id #
We could go with something similar to this
Describe the Bug
Cannot delete Kamelet route container
EDIT: I found this stack in console log but in fact it is not related to this action (but might impact it?)
Steps to Reproduce the Bug or Issue
Screenshots or Videos
No response
Platform