Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh take on Virtual Actors - allowing "get user for some user defined id" #1057

Open
ktoso opened this issue Aug 18, 2022 · 2 comments
Open

Comments

@ktoso
Copy link
Member

ktoso commented Aug 18, 2022

We should have a fresh take on #288 that is based on distributed actors.

Virtual actors are a type of "an actor that is always there" and are allocated on demand by some user id.

@ktoso ktoso added this to the x.x.x - Future milestone Aug 18, 2022
@ktoso
Copy link
Member Author

ktoso commented Aug 18, 2022

It'd be a take on Orleans style virtual actors; implementation wise we can base it on Akka's sharding for the most part I believe.

Prior art:

@akbashev
Copy link
Contributor

akbashev commented Oct 3, 2022

Even from my little experience already facing some limitations, where it's good to have actor by id. So would like this feature 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants