Reputation: 845
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
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