Aparna
Aparna

Reputation: 845

How to make Azure DataLake as a Camel endpoint

I have a project using Camel(java). I am retrieving data from one source and am sending it to one endpoint(using the .to() ). I need to also send it to Azure DataLake. How would I go about this. I donot see any camel components for DataLake. Would I have to make my own component?

Upvotes: 0

Views: 534

Answers (1)

Matt H
Matt H

Reputation: 213

Yes, today you would have to create your own Camel component.

There isn't currently a Camel component (link) for Azure Data Lake Store.

There's a way you could give feedback if this is something you'd like to see officially supported: see the UserVoice page (link) for Data Lake.

Upvotes: 1

Related Questions