kafka-connect-fs is a Kafka Connector for reading records from files in the file systems specified and load them into Kafka.
Documentation for this connector can be found here.
To build a development version you'll need a recent version of Kafka. You can build kafka-connect-fs with Maven using the standard lifecycle phases.
Some frequently asked questions on Kafka Connect FileSystem Connector can be found here - http://kafka-connect-fs.readthedocs.io/en/latest/faq.html
- Source Code: https://github.com/mmolimar/kafka-connect-fs
- Issue Tracker: https://github.com/mmolimar/kafka-connect-fs/issues
Released under the Apache License, version 2.0.