Skip to content

Camel connectors - Input and Output Data Type required #233

@davsclaus

Description

@davsclaus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions