Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camel connectors - Input and Output Data Type required #233

Open
davsclaus opened this issue Mar 14, 2017 · 0 comments
Open

Camel connectors - Input and Output Data Type required #233

davsclaus opened this issue Mar 14, 2017 · 0 comments

Comments

@davsclaus
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant