wix-incubator / kafka-connect-s3

A Kafka-Connect Sink for S3 with no Hadoop dependencies.
Other
56 stars 45 forks source link

the local buffer does not automatically clean up #13

Open mrwanny opened 7 years ago

mrwanny commented 7 years ago

Hi, I am running into the a issue trying to use kafka-connect-s3.

I specified a local buffer directory with local.buffer.dir=/tmp/connect-system-test but those files keep growing and does not get automatically clean up

is there any other setting I should specify? Thanks