Use this tag when using the port of Akka to Microsoft .Net and specifically using clusters.
Questions tagged [akka.net-cluster]
79 questions
0
votes
1 answer
Developing cluster apps
I'm not sure exactly where (or even how exactly to ask) this question, so I'm hoping someone here can point me in the right direction.
I have a service that I'm building. That service has different objects in memory - each with it's own state.…

developer82
- 13,237
- 21
- 88
- 153
0
votes
1 answer
Akka.net Lighthouse keeps trying to connect to failed node
I am trying to learn akka.net clustering.
I thought I understood that when a node went down, it would be removed from the cluster. But that does not seem to be happening.
I fired up a instance of Lighthouse (as the seed node) and made a super…

Vaccano
- 78,325
- 149
- 468
- 850
0
votes
2 answers
How to make akka-tree work with akka.net cluster?
I am currently looking for a visualizer for akka.net (.NET version). I found none so I am wondering if there is any way to make akka-tree (scale) and akka.net cluster work together. I guess if both framework are following the same spec then it…

Michael Sync
- 4,834
- 10
- 40
- 58
0
votes
1 answer
Unable to communicate between actors in Akka.Cluster
I am having some problems in communicating between actors in Cluster.
My test project has this structure below.
TestJob [C# Console Project]
TestJobService.cs
TestJobActor
MainProject [C# Console Project] //Note: I configured this service as a…

Michael Sync
- 4,834
- 10
- 40
- 58