davsclaus commented on PR #9972: URL: https://github.com/apache/camel/pull/9972#issuecomment-1554281625
I did a quick experiment with fully sync LRUCache and this unit test https://github.com/apache/camel/pull/10157 It all works, but since its fully sync it may have an overhead. To use caffeine, you can even today, just drop camel-caffeine-lrucache in the classpath and Camel uses this instead. So end users can choose. And we could make the simple just synchronized (but maybe slower). @otavioprado you are welcome to test in lab -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org