m1a2st commented on PR #17879:
URL: https://github.com/apache/kafka/pull/17879#issuecomment-2491501931

   Kafka only use in `RemoteIndexCache`, In caffeine 3.X version, I think the 
change we should know is  
   - CacheWriter usages can be replaced by Map computations and 
Caffeine.evictionListener in 3.0.0
   - Update the least support version to Java11 in 3.0.0
   - Fixed Map.equals when the traversal triggers an eviction and the subset of 
live entries matches in 3.1.0
   - Improved the frequency sketch by better utilizing the cpu cache line to 
reduce memory accesses 3.1.2
   - Improved builder construction time in 3.1.7
   If I have missed anything, feel free to add or supplement further.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to