Re: OOM using recipientList (and multicast) starting around camel 3.10

2024-06-05 Thread Arthur Naseef
to keep this one on > the back of my mind so I try to take a look at it as soon as I can (in case > no one picks it before me). > > Kind regards > > On Wed, Jun 5, 2024 at 12:27 AM Arthur Naseef > wrote: > > > Jira issue created: https://issues.apache.org/jira/brow

Re: OOM using recipientList (and multicast) starting around camel 3.10

2024-06-04 Thread Arthur Naseef
manage/update some of those files. Note that I can be reached on ASF slack - in the Camel channel, or via DM. Art On Tue, Jun 4, 2024 at 9:41 AM Arthur Naseef wrote: > Here is a commit on my personal fork of the camel github repo that adds a > setting to disable that cache. I tested i

Re: OOM using recipientList (and multicast) starting around camel 3.10

2024-06-04 Thread Arthur Naseef
, 2024 at 12:46 PM Arthur Naseef wrote: > Out Of Memory (OOM) occurs when using the Recipient List with a large > number of dynamic URLs. For example: > > .recipientList(simple("http:// > {{downstream-server}}/employee/${header.emplId}")) > > with a large numbe

OOM using recipientList (and multicast) starting around camel 3.10

2024-06-03 Thread Arthur Naseef
Out Of Memory (OOM) occurs when using the Recipient List with a large number of dynamic URLs. For example: .recipientList(simple("http:// {{downstream-server}}/employee/${header.emplId}")) with a large number of values for ${header.emplId} leads to the OOM. REPRODUCER: = https:/