Skip to content

How do process groups work? #117

Closed Answered by slawlor
jgould22 asked this question in Q&A
May 16, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

You'd need to build that functionality. For example having an actor that to "send a message" is actually an RPC saying if the message was accepted or rejected and it should go to the next actor. However that's a significant amount of overhead. If it's a local group of actors (i.e. not in a cluster) then I'd consider a factory over something else. That will handle even job distribution for you.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@slawlor
Comment options

@jgould22
Comment options

@slawlor
Comment options

Answer selected by jgould22
@jgould22
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants