Per #4062, Druid now requires a Java 8 runtime. Previously the JDK7 support meant that the Caffeine integration was provided as an optional plugin. The default in-memory cache is a synchronized LinkedHashMap, which has low performance in production usages.
Switching was approved so this should improve the out-of-the-box experience.
Per #4062, Druid now requires a Java 8 runtime. Previously the JDK7 support meant that the Caffeine integration was provided as an optional plugin. The default in-memory cache is a synchronized LinkedHashMap, which has low performance in production usages.
Switching was approved so this should improve the out-of-the-box experience.