I create a custom kafka connector to read a directory files and put records on kafka topic. I want to keep watching the directory for new files and poll them to kafka topic. My connector works fine, but when I create a new file in the directory it does not read it. Any suggestions or solutions ?
Thank's