Hi all, just moved code from dev to testing and found that in real-life the DropBox component blows apart in OOMs. Seems that it’s using plain BAOS (sic) to buffer remote data which is not a particularly good idea when you have no idea how big the files will be (or you’re pretty certain they’re in the multiple GB range.)
I’d rather not implement a client from scratch so I’d appreciate some guidance on how to fix the existing camel-dropbox component to use stream-caching. Best, Edoardo
