You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/03/11 13:17:00 UTC

[jira] [Updated] (CAMEL-16326) camel-core - Optimize EIP storing information in exchange properties

     [ https://issues.apache.org/jira/browse/CAMEL-16326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-16326:
--------------------------------
    Summary: camel-core - Optimize EIP storing information in exchange properties  (was: camel-core - Optimize Exchange.TO_ENDPOINT )

> camel-core - Optimize EIP storing information in exchange properties
> --------------------------------------------------------------------
>
>                 Key: CAMEL-16326
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16326
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.9.0
>
>
> We could potentially optimize TO_ENDPOINT which is stored as property on the exchange, which takes up an entry in the map. As its commonly in use, we could store it directly on the Exchange.
> pro: no object garbage
> con: new api to retrieve the information



--
This message was sent by Atlassian Jira
(v8.3.4#803005)