wix-incubator / kafka-connect-s3

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

AmazonS3Exception: The specified key does not exist #9

Open mcandre opened 7 years ago

mcandre commented 7 years ago

When I submit an s3 sink to my Kafka Connect cluster, the logs show an error about the S3 key /last_chunk_index.mytopic-00000.txt being missing.

Am I supposed to manually create this file in S3, or is the sink supposed to create this file?