Does spring boot upgradation along with jdk 17 bring performance improvement in terms of application response time?
@Aegon1995 Жыл бұрын
Thank you for the presentation Asi
@idouxda Жыл бұрын
Does Netflix use Native Images to reduce startup time?
@asibross Жыл бұрын
We don't. We evaluated GraalVM Native images but found that the complexity and tradeoffs outweigh the benefits. For certain workloads (like batch) where start up time is essential, we got great results by reducing our dependencies footprint, using CDS in JDK19+ and leveraging Spring AOT.