Re: Enabling Virtual Threads Support...

2024-08-06 Thread Claus Ibsen
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

Re: Enabling Virtual Threads Support...

2024-08-06 Thread James Carman
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

Re: Enabling Virtual Threads Support...

2024-08-06 Thread Claus Ibsen
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

Enabling Virtual Threads Support...

2024-07-29 Thread James Carman
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