Claus Ibsen created CAMEL-12148:
-----------------------------------
Summary: File idempotent store - The 1st-level LRUCache should
only be a means of quick lookup
Key: CAMEL-12148
URL: https://issues.apache.org/jira/browse/CAMEL-12148
Project: Camel
Issue Type: Improvement
Components: camel-core
Environment: See CAMEL-12058
We should improve the FileIdempotentRepository to let it lookup in the file
store as fallback if a key is not in the 1st-level.
Also the number of items in the store should not be limited to max size of the
1st-level cache. The tradeoff to check the file if 1st-level cache was a miss
is okay.
The file-store should also store the entries in the order they are added.
If the file store max limit is hit, it should re-balance to file store to
remove any potential duplicate items
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.21.0
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)