camel-tooling / camel-idea-plugin

Apache Camel Intellij IDEA plugin
Apache License 2.0
200 stars 52 forks source link

Camel 4.5 - Add type completion for data type transformer in YAML #986

Open davsclaus opened 4 months ago

davsclaus commented 4 months ago

in the camel-catalog we know have a list of known transformer.

In the YAML for camel-k pipe then you can use those in datatype in|out, https://github.com/apache/camel-kamelets-examples/blob/main/jbang/knative/pipes/timer-source-pipe.yaml#L44

Its the format field where you can select the name of the transformer.

More in this blog https://camel.apache.org/blog/2023/12/camel-data-types/

davsclaus commented 4 months ago

Christopher knows more about Camel K Pipes so I suggest to get in touch with him