Comments on: Quarkus with Java Virtual Threads https://piotrminkowski.com/2022/10/06/quarkus-with-java-virtual-threads/ Java, Spring, Kotlin, microservices, Kubernetes, containers Mon, 20 Mar 2023 15:16:23 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2022/10/06/quarkus-with-java-virtual-threads/#comment-1919 Mon, 20 Mar 2023 15:16:23 +0000 https://piotrminkowski.com/?p=13542#comment-1919 In reply to sysid.

For that particular app no. But with quarkus, you can several methods, e.g.: https://quarkus.io/guides/container-image. Personally, I prefer Jib: https://quarkus.io/guides/container-image#jib

]]>
By: sysid https://piotrminkowski.com/2022/10/06/quarkus-with-java-virtual-threads/#comment-1897 Wed, 08 Mar 2023 12:27:23 +0000 https://piotrminkowski.com/?p=13542#comment-1897 Thank you for this helpful intro to Virtual Threads on Quarkus. Did you manage to build a quarkus Docker image for your example? Any hints appreciated.

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/10/06/quarkus-with-java-virtual-threads/#comment-1725 Tue, 22 Nov 2022 11:25:05 +0000 https://piotrminkowski.com/?p=13542#comment-1725 In reply to Ilias.

Yes, currently that is the only option if you want to work with virtual threads and not block the carrier thread when interacting with db.

]]>
By: Ilias https://piotrminkowski.com/2022/10/06/quarkus-with-java-virtual-threads/#comment-1723 Mon, 21 Nov 2022 19:20:34 +0000 https://piotrminkowski.com/?p=13542#comment-1723 Really nice post. I do have a question. As I see it, the application is none-blocking but not reactive. If you want it to work as a reactive application, a library or framework that implements the reactive stream specification is needed. Am I seeing this correctly?

]]>
By: UFO743 https://piotrminkowski.com/2022/10/06/quarkus-with-java-virtual-threads/#comment-1665 Sun, 09 Oct 2022 20:27:06 +0000 https://piotrminkowski.com/?p=13542#comment-1665 The post would be much cooler if you also added the results of the load testing BEFORE enabling virtual threads, thanks!

]]>
By: SANDEEP https://piotrminkowski.com/2022/10/06/quarkus-with-java-virtual-threads/#comment-1660 Fri, 07 Oct 2022 03:31:38 +0000 https://piotrminkowski.com/?p=13542#comment-1660 This is nice, thanks

]]>