-
There was an article in the recent Quarkus News Letter with the title Quarkus with Java Virtual Threads by piotr.minkowski @piomin I was just wondering if there were some dev images published that could be used for taking @RunOnVirtualThread for a spin on local/dev K8s? quarkus.native.builder-image Instead of rolling my own vs graalvm was kind of hoping there were dev images already in use by the community for experimentation. Not looking for anything official just looking to play a bit. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
/cc @geoand |
Beta Was this translation helpful? Give feedback.
-
Thanks for your interest! I am not sure I understand what exactly these dev images would provide. Can you elaborate a bit? |
Beta Was this translation helpful? Give feedback.
-
Hi @geoand Currently most of our micro-services that use Quarkus have: quarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:22.2.0-java17 There were a few pain points jumping from JDK 11 to JDK 17. Nothing like when we jumped from JDK 8 to JDK 11 when we were mostly monolithic but still it chewed days. While the next LTS of the JDK isn't until 2023 we'd like to:
quarkus.native.builder-image And, it would be ideal if we were using images similar to what others are using that also wish to stay current with new features being release in the JDK and are using Quarkus. Internally, we are kind of looking at rolling our own images as a containerized version of "well it runs on my machine/image." Not a huge deal to roll these ourselves but still our thinking is better to be aligned in some fashion. The JDK moves fast these days. While not everything is a "must have now item" if there is a pickup for us we'd like to include it sooner rather than later and more importantly get it into our road map well in advance with some rough estimates as to the effort extended that will be required to utilize a language feature. Generally, little JDK hops may be better for us than hopping from LTS to LTS. Dennis |
Beta Was this translation helpful? Give feedback.
-
Gotcha, thanks! @cescoffier WDYT about ^? |
Beta Was this translation helpful? Give feedback.
Gotcha, thanks!
@cescoffier WDYT about ^?