satishd commented on PR #13850: URL: https://github.com/apache/kafka/pull/13850#issuecomment-1597070428
>I understand what you are saying. I did consider that approach. So that we are on the same page, the approach looks like: ... Caffeine on the other hand doesn't have any of the disadvantage mentioned above, is used in high throughput low latency systems like Cassandra and has a constant release cadence with great support. Hence, I believe that using Caffeine is the right choice here. (I know that you already agreed to this but adding more context here for other readers of the PR) Right, we are on the same page. I talked about the other possible approach without adding a dependency but I am not in favour of that as I mentioned in my earlier [comment](https://github.com/apache/kafka/pull/13850#pullrequestreview-1482723266) because of its cons and also less performant than caffeine. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
