-
Feature
-
Resolution: Won't Do
-
Major
-
camel-k-1.8.1
-
False
-
None
-
False
-
0
-
0%
-
Todo
Each Kamelet produces an output that other components may need to consume and operate on. It would be beneficial if the Kamelet outlined its expected output format.
This can be a data forma type (e.g. String, Json, JsonNode, binary stream, ...). This information cloud be used by tooling to provide some type conversion when other components consume the Kamelet output.
In addition to that data format type the Kamelet could also expose a schema of the expected output (e.g. Json schema). This schema can be used by tooling to provide some data mapping for consumers of that output (e.g. other Kamelets).