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 2020/01/16 09:27:00 UTC

[jira] [Created] (CAMEL-14409) camel-core - Optimize Exchange

Claus Ibsen created CAMEL-14409:
-----------------------------------

             Summary: camel-core - Optimize Exchange
                 Key: CAMEL-14409
                 URL: https://issues.apache.org/jira/browse/CAMEL-14409
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.1.0


We can optimize Exchange to reduce object allocations and there are some transient state we store in exchange properties that can be stored in a faster way.

Also the created timestamp is a Date which dont add value, using a long is better.



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