I am currently upgrading my Vaadin 24 application to Spring Boot 3.2.
Now I was wondering if I should enable virtual threads for Spring via the following propertie flag.:
spring.threads.virtual.enabled=true
Are there any downsides/issues or (negative) performance implications when using Vaadin with Virtual Threads enabled on Spring Boot?