Claus Ibsen created CAMEL-16337:
-----------------------------------
Summary: camel-core - pooled exchanges - Can we optimize exchangeId
Key: CAMEL-16337
URL: https://issues.apache.org/jira/browse/CAMEL-16337
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 3.9.0
To not forget about this idea.
We can recycle parts from old exchangeId, as we can break it into 2 parts,
upper part that is uuid for lifetime of context, and lower part that is uuid
per exchange.
So we can keep upper part as constant, and swap out the lower part.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)