Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.18.0
-
Unknown
Description
Using the Dropbox component to download files will consume large amounts of memory, often producing OOMs.
This is due to the use of ByteArrayOutputStream objects in the implementation of org.apache.camel.component.dropbox.core.DropboxAPIFacade
The component should use org.apache.camel.converter.stream.OutputStreamBuilder instead.
Attachments
Issue Links
- links to