[GitHub] [camel] davsclaus commented on pull request #10157: CAMEL-19295: Experiment with sync LRUCache and test case that otherwi…

2023-05-23 Thread via GitHub
davsclaus commented on PR #10157: URL: https://github.com/apache/camel/pull/10157#issuecomment-1559114874 Yeah can you test with camel-caffeine-lrucache as well. Also I think we can have a non LRU cache, we often just want to keep 1000 elements in a cache, and they may not need to be

[GitHub] [camel] davsclaus commented on pull request #10157: CAMEL-19295: Experiment with sync LRUCache and test case that otherwi…

2023-05-23 Thread via GitHub
davsclaus commented on PR #10157: URL: https://github.com/apache/camel/pull/10157#issuecomment-1559167835 @essobedo yeah sure, we may only need LRU in some situations - dynamic endpoint registry - simple cache - jmx mbean cache (LRU not needed, only in use during startup) - we ca

[GitHub] [camel] davsclaus commented on pull request #10157: CAMEL-19295: Experiment with sync LRUCache and test case that otherwi…

2023-05-23 Thread via GitHub
davsclaus commented on PR #10157: URL: https://github.com/apache/camel/pull/10157#issuecomment-1559193035 @essobedo you are welcome to provide a LRUCache then @orpiske can give it a test in his lab. After that we can look whether we can refine and avoid LRU where its not really needed an

[GitHub] [camel] davsclaus commented on pull request #10157: CAMEL-19295: Experiment with sync LRUCache and test case that otherwi…

2023-05-23 Thread via GitHub
davsclaus commented on PR #10157: URL: https://github.com/apache/camel/pull/10157#issuecomment-1559383475 yes sure you are welcome to use this branch or whatever you think is best -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu