@Micheal Ridley There are few ways to do this. 1. There is File Source Connector in Kafka Connect!
http://docs.confluent.io/3.1.0/connect/connect-filestream/
filestream_connector.html#filesource-connector
2. Any file listener API from any language combined with Kafka Producer
would also work!
https://github.com/seb-m/pyinotify/wiki
https://github.com/seb-m/pyinotify/wiki/List-of-Examples
