[
https://issues.apache.org/jira/browse/CAMEL-20951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-20951.
---------------------------------
Resolution: Information Provided
> Camel 3.22.1 - Observing performance degradation with splitter EIP
> ------------------------------------------------------------------
>
> Key: CAMEL-20951
> URL: https://issues.apache.org/jira/browse/CAMEL-20951
> Project: Camel
> Issue Type: Task
> Affects Versions: 3.22.1
> Reporter: Samhitha
> Priority: Minor
>
> Observing performance degradation around 20% with Splitter EIP, once we have
> upgraded from camel 3.18.7 to camel 3.22.1. We are having similar
> implementation as below, where in data will be split by our logic in
> "executeSplitter".
>
> _from("direct:source")_
> _.routeGroup("group")_
> _.routeId("splitterId")_
> _.split()_
> _.method(splitter, "executeSplitter")_
> _.shareUnitOfWork()_
> _.stopOnException()_
> _.toD("direct:destination");_
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)