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

Router Vs Coordinator #8

Open
varghesep opened this issue Jul 3, 2015 · 1 comment
Open

Router Vs Coordinator #8

varghesep opened this issue Jul 3, 2015 · 1 comment

Comments

@varghesep
Copy link

In the extension.cs, a router has been used for userindex actor. Is there a reason why the other coordinators like account and user have not been used in a router but as an actor only?

@Horusiath
Copy link
Owner

User index is used solely for fast finding user ids given user emails. It should be probably implemented more like separate persistent actor listening on event bus for registered users.

There is no particular reason for using routers here, but I don't think that it should be placed under one of the existing coordinators (mixing responsibilities doesn't seem to be a good idea).

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

No branches or pull requests

2 participants