mdedetrich commented on issue #611:
URL: 
https://github.com/apache/incubator-pekko/issues/611#issuecomment-1703775808

   > For me, we get greater results by ensuring that users can use custom 
dispatchers wherever they need to within Pekko instead of having to use the 
default one.
   
   Yeah I think this is the best course of action for now, and Pekko can 
provide custom dispatchers/ExecutionContexts that use Loom's `VirtualThread`'s 
in jars that are built for JDK 21 separately. 
   
   > The OP of https://github.com/apache/incubator-pekko/discussions/482 claims 
without detailed examples that Pekko doesn't let you control which dispatcher 
is used in all cases.
   
   Honestly I think the best way to solve these issues is to use multi-release 
jar's but we would have to adjust sbt build so that this can be supported (if 
that can even work, it might only be possible in sbt 2.x)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to