funktionio/funktion-connectors

Camel connectors - Input and Output Data Type required

Opened this issue · 0 comments

Hi

Just a heads up that in Camel 2.19 where connectors comes OOTB we have refined the model to require a connector to specify its input and output data type.

The doc here explains a bit more
https://github.com/apache/camel/blob/master/connectors/camel-connector/src/main/docs/connector-component.adoc#input-and-output-data-type

For all these generated connectors in this project, you could just add

 "inputDataType": "any",
  "outputDataType": "any",

Then its open ended and they can be used by Camel.

Just a little heads-up @jstrachan