-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sample Cleanup: have Akka.Cluster.Sharding sample run on multiple nodes #3608
Comments
Hey, according to what I understand, I just need to change this particular piece of code.
If so, I'd like to try to take up this issue. |
@shauryapatel27 you'll need to do that and maybe the Akka.Persistence backend (might be issues with multiple nodes all trying to write to SQLite). But by all means, please go ahead and give it a try! |
If there is no deadline on this then yes I want to try to take this one |
@Aaronontheweb Is this issue still opened ? I can take it if needed |
It's still open! We would welcome any help we can get here |
I'm not sure on the issue. I checked inside the docker-compose, and it seems to have already 3 nodes (node-1, node-2 and node-3). Is it already in multi nodes or did I missed something?
|
@pierrebelin all yours! |
We should change
https://github.com/akkadotnet/akka.net/tree/dev/src/examples/Cluster/ClusterSharding/ClusterSharding.Node to have it actually run on multiple nodes instead of just a single node, since that's more illustrative of real-world behavior than the single-node mode it uses right now.
Looks like that can be configured via the SQLite database, but it'd be easier to just discard that and have the code fire up multiple nodes like how it does for other samples.
The text was updated successfully, but these errors were encountered: