wix-incubator / kafka-connect-s3

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

compressed_block_size not working #25

Open robvadai opened 7 years ago

robvadai commented 7 years ago

The connector produces tiny files on S3, in some cases one message per file. I suspect it's because the file name in every batch is different so it doesn't know that it should append to the previous file.