You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/02/17 14:19:33 UTC

[GitHub] [incubator-pekko] pjfanning commented on issue #207: support adding custom dispatchers

pjfanning commented on issue #207:
URL: https://github.com/apache/incubator-pekko/issues/207#issuecomment-1434714595

   something like:
   
   ```
   my-dispatcher {
     # Dispatcher is the name of the event-based dispatcher
     type = Dispatcher
     # What kind of ExecutionService to use
     executor = "com.acme.pekko.extensions.JavaVirtualThreadDispatcher"
     ..
   }
   ```


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org