Replies: 1 comment 1 reply
-
#4911 We do not support virtual threads yet. Tomcat service is executed on the traditional blocking threads. However, virtual threads are one of our milestones for the first half of the year. We will try to support it soon. 💪 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a spring boot application running with Java 21 and leveraging tomcat and lightweight threads, currently it’s written as REST service. Right now I’m exploring the GRPC service and found armeria, curious to know if reactive stack armeria integrates with tomcat service which uses java lightweight threads via spring boot ?
Beta Was this translation helpful? Give feedback.
All reactions