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

Sharding support #9

Open
Bethibande opened this issue Mar 3, 2024 · 1 comment
Open

Sharding support #9

Bethibande opened this issue Mar 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Bethibande
Copy link
Owner

Support sharding actor systems across multiple shards.

  • One cluster should be able to shard multiple actor-systems at the same time.
  • Shards should be able to join on their own. In order to join the IP and Port of another running shard should be enough.
  • Networking should be handled using p2p communication and gRPC.
  • This should be implemented as a new module
@Bethibande Bethibande added the enhancement New feature or request label Mar 3, 2024
Bethibande added a commit that referenced this issue Mar 3, 2024
Bethibande added a commit that referenced this issue Mar 4, 2024
Bethibande added a commit that referenced this issue Mar 4, 2024
@Bethibande
Copy link
Owner Author

Note this has been moved to Bethibande/actors/sharding-support-9

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

No branches or pull requests

1 participant