Hi Temporal,
Is there any plan to upgrade to use jdk 21 virtual thread instead of real thread which can improve the number of workflows that can be cached in Java?
Best regards,
Jx
Hi Temporal,
Is there any plan to upgrade to use jdk 21 virtual thread instead of real thread which can improve the number of workflows that can be cached in Java?
Best regards,
Jx
Hi, yes can track Support for virtual threads (project Loom) · Issue #1448 · temporalio/sdk-java · GitHub
In our use-case, we make API calls from temporal activities.
This means the threads used by temporal activity workers simply wait for the API response.
Now that Virtual Threads is a full-fledged feature in java (JEP 444: Virtual Threads)
Can it please be adopted in Temporal Java-SDK.
This will significantly improve the concurrent activities being served per instance of our application.