akka.net-cluster Questions

2

Solved

Background I have a Akka.NET cluster containing a Lighthouse seed node and two other nodes running actor systems. When I attempt to do a graceful shutdown on one of my cluster nodes I want to see t...
Resor asked 11/7, 2016 at 14:26

1

Solved

I have the following code in my application which creates an instance of an Akka.NET actor in my cluster as such: _actorSystem = ActorSystem.Create("mycluster"); _actoraActor = this._actorSystem.A...
Ouellette asked 25/6, 2018 at 16:43

1

We are creating a new system using Akka.NET and have a basic cluster setup with sharding and persistence. We've used the official documentation as well as some Petabridge blog posts to get shardin...
Cryometer asked 20/4, 2017 at 13:39

1

We created an Akka Cluster infrastructure for Sms, Email and Push notifications. 3 different kind of nodes are exist in the system, which are client, sender and lighthouse. Client role is being use...
Marriageable asked 30/3, 2017 at 20:51
1

© 2022 - 2024 — McMap. All rights reserved.