Hi guys,
I am trying to use camel for the following use case,
Take all files in a hdfs directory -> transfer the files to a ftp server
I want the route to execute only till all the files in the directory are
transfered. I have looked at camel-hdfs2 and camel-ftp component , but it
seems to give me a
polling logic.
Is camel a good fit for this use case or should i use hdfs api and java
ftp api for this.
Any example or suggestions on which way to proceed will be great.
Regards,
R.Monish
I am trying to use camel for the following use case,
Take all files in a hdfs directory -> transfer the files to a ftp server
I want the route to execute only till all the files in the directory are
transfered. I have looked at camel-hdfs2 and camel-ftp component , but it
seems to give me a
polling logic.
Is camel a good fit for this use case or should i use hdfs api and java
ftp api for this.
Any example or suggestions on which way to proceed will be great.
Regards,
R.Monish