kafka-connect-ftp
kafka-connect-ftp copied to clipboard
A Kafka Connect Source for FTP servers - Monitors files on an FTP server and feeds changes into Kafka
Here is the result what i am getting when doing kafka-connect-ftp: I cant able to find any parameter like instream in your example: ``` ./connect-standalone ../etc/kafka/connect-standalone.properties ../etc/kafka/connect-file-source-sftp.properties [2019-07-24 19:43:39,344] INFO...
Hi, We use FTP proxy to access external FTP site. How can we configure proxy details and credentials in Kafka Connect FTP connector? Thanks, Muhammad
Simplifies config and allows a per folder converter
Apache FTPClient's retrieveFile silently and indefinitely hangs on failed connection in active mode
At least, that's what I've come to believe.
Allow for ftp copy to local disk incase conveters fail. Converters can then read the file.
`[2017-04-18 01:20:18,883] INFO start FtpSourceConnector 0.1.6 (201c06c5f2fff131f7b5cc2fb1a5858c37db2e7f), committed at 20.03.2017 @ 09:11:31 UTC, built at 20.03.2017 @ 15:27:35 UTC (com.eneco.trading.kafka.connect.ftp.source.FtpSourceConnector) ` ```[2017-04-18 01:19:18,710] INFO poll (com.eneco.trading.kafka.connect.ftp.source.FtpSourcePoller) [2017-04-18 01:19:18,710] INFO connect...