Hi
Yes enabling VT should be easier like you say with some configuration in
application.properties.
I am not sure how it works in Quarkus, but ideally users would likely need
to have it enabled for both Camel and their runtime.
And if we can get that to be similar how to do that from Camel point o
Thanks, Claus! I’ll take a look.
On Tue, Aug 6, 2024 at 8:10 AM Claus Ibsen wrote:
> Hi
>
> There is still a lot of work needed to have better VT supported
> https://issues.apache.org/jira/browse/CAMEL-20199
>
> You are welcome to add a comment there about making it easier to turn on in
> the f
Hi
There is still a lot of work needed to have better VT supported
https://issues.apache.org/jira/browse/CAMEL-20199
You are welcome to add a comment there about making it easier to turn on in
the future.
At present VT requires Java 21, and Camel is Java 17 still so still some
time away before it
It looks like the only way to enable virtual threads support is via a
System property. How tough would it be, at least within spring boot,
to enable this feature via other means (like application.properties
similar to how Spring Boot itself enables virtual threads)? I can take
a stab at submitting