You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
KimSoungRyoul
changed the title
support for com.aerospike:aerospike-client-jdk21 (for using virtual threads)
support com.aerospike:aerospike-client-jdk21 (for using virtual threads)
Dec 17, 2024
Spring Boot currently requires Java 17 as a minimum. Upgrading the Aerospike Java client to a jdk21 version would break this compatibility. We plan to adopt the jdk21 client once Spring Boot no longer supports Java 17. Did your performance tests indicate a significant improvement between the jdk8 and jdk21 Aerospike clients?
Did your performance tests indicate a significant improvement between the jdk8 and jdk21 Aerospike clients?
yes, this test was performed local(macOS m1) so it may not be accurate, but performance of aerospike-client-jdk8 vs. aerospike-client-jdk21 is more than double different across all metrics
support com.aerospike:aerospike-client-jdk21
https://github.com/aerospike/spring-data-aerospike/blob/main/pom.xml#L33
The text was updated successfully, but these errors were encountered: