Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Some of the languages can be configured with various options like bean/xtokenizer/xpath etc, however this makes those languages non singleton, which hampers performance as the language is resolved for each message which then is a bottleneck.
Instead we should introduce a createExpression api that takes var args as parameters so they can be provided on-demand and the language can be singleton.
Attachments
Issue Links
- fixes
-
CAMEL-15587 simple/bean language - performance regression
- Resolved
- relates to
-
CAMEL-15606 camel-core - Simple with bean function should resolve language once
- Resolved
-
CAMEL-15607 camel-core - When resolving language then only resolve via registry once
- Resolved