Comments on: Native Java with GraalVM and Virtual Threads on Kubernetes https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 18 Jan 2023 23:20:05 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/#comment-1807 Wed, 18 Jan 2023 23:20:05 +0000 https://piotrminkowski.com/?p=13847#comment-1807 In reply to Maven.

Thanks for info.

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/#comment-1802 Wed, 18 Jan 2023 23:15:04 +0000 https://piotrminkowski.com/?p=13847#comment-1802 In reply to Greg.

You’re welcome

]]>
By: Greg https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/#comment-1797 Tue, 17 Jan 2023 17:32:33 +0000 https://piotrminkowski.com/?p=13847#comment-1797 This is a fantastic overview. Thanks for such a great article!

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/#comment-1790 Wed, 11 Jan 2023 11:04:30 +0000 https://piotrminkowski.com/?p=13847#comment-1790 In reply to Shai Almog.

No, I didn’t try that scenario. But for sure you will get better performance with virtual threads since a thread pool for standard threads is set to 100.

]]>
By: Maven https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/#comment-1789 Mon, 09 Jan 2023 14:27:29 +0000 https://piotrminkowski.com/?p=13847#comment-1789 Since maven-compiler-plugin 3.10.1 you can use the enablePreview[1] option:

org.apache.maven.plugins
maven-compiler-plugin
3.10.1

19
true

* https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#enablePreview

]]>
By: Shai Almog https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/#comment-1783 Fri, 06 Jan 2023 04:08:51 +0000 https://piotrminkowski.com/?p=13847#comment-1783 Great and very informative post!

Isn’t the value of virtual threads in the fact that it can push the envelope on a single instance before autoscaling?

Did you try 1k, 10k requests?

]]>
By: knowbits https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/#comment-1782 Thu, 05 Jan 2023 08:20:41 +0000 https://piotrminkowski.com/?p=13847#comment-1782 Amazing article. Thanks for the work you have put into this!

]]>