Edoardo Causarano created CAMEL-10466:
-----------------------------------------
Summary: OOM in Dropbox component (uses ByteArrayOutputStream for
get)
Key: CAMEL-10466
URL: https://issues.apache.org/jira/browse/CAMEL-10466
Project: Camel
Issue Type: Bug
Reporter: Edoardo Causarano
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)