Claus Ibsen created CAMEL-16458:
-----------------------------------
Summary: camel-core - Optimize Enrich EIP
Key: CAMEL-16458
URL: https://issues.apache.org/jira/browse/CAMEL-16458
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.10.0
We can look at optimizing this, as if a producer is singleton, then it can be
reused.
The Enricher EIP uses a acquire/release pattern which is only needed for non
singleton producers to be thread safe.
And the destination endpoint can be optimized in case its static - then we dont
need to evaluate a dynamic destination.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)