We're getting an error saying: ``` failed insert on collection my_collection: EOF ``` Which is [here](https://github.com/MongoHQ/seed/blob/master/mongo_target.go#L334) in the code This seems to happen only on collections that contain large (>1MB) binary objects inside their documents. Any thoughts? Potential buffer size issue?
We're getting an error saying:
Which is here in the code
This seems to happen only on collections that contain large (>1MB) binary objects inside their documents.
Any thoughts? Potential buffer size issue?