Re: Kafka Connect questions

2016-08-11 Thread Jeyhun Karimov
Thanks in advance. Jeyhun On Thu, Aug 11, 2016 at 7:09 AM Gwen Shapira wrote: > Maybe you need a different KafkaConnect source? I think this one may > fit your needs better: > https://github.com/jcustenborder/kafka-connect-spooldir > > It was built to copy data from files in directory into Kafk

Re: Kafka Connect questions

2016-08-10 Thread Gwen Shapira
Maybe you need a different KafkaConnect source? I think this one may fit your needs better: https://github.com/jcustenborder/kafka-connect-spooldir It was built to copy data from files in directory into Kafka... On Wed, Aug 10, 2016 at 8:56 AM, Jeyhun Karimov wrote: > Hi community, > > I am us

Kafka Connect questions

2016-08-10 Thread Jeyhun Karimov
Hi community, I am using Kafka-Connect to import text files to kafka. Because I have to give exact file name (like ./data.txt) and not the parent directory (./*) as an input to Kafka-Connect, how can I import files in particular directory as they are created in runtime? The solutions that come to