-
I can validate that this DOES disable DData from writing to disk:
```csharp
public static class DrawingSessionActorExtensions
{
public static AkkaConfigurationBuilder AddDrawingSessionActor(…
-
**Version Information**
Version of Akka.NET? v1.5.0-alpha1
Which Akka.NET Modules? Akka.Cluster.Sharding
**Describe the bug**
It looks like the Akka.Cluster.Sharding `PersistentCoordinator` is…
-
I’m hoping someone can shed some light on why our Kubernetes deployments are so sensitive to split brains with our Helm chart and Akka configuration the way it is.
The documentation is fairly brief…
-
**Version Information**
Version of Akka.NET? v1.5.27 and later
Which Akka.NET Modules? Akka.Cluster.Hosting
**Describe the bug**
Here's the basic problem.
Both:
```csharp
public static …
-
Hi,
I've just upgraded kamon-akka-remote dependency to play with metrics about sharding.
After deploying changes to test cluster I've tried to check returned values and compare them with e.g. inform…
-
Tried to install `Akka.Cluster.Sharding 1.3.1-beta52` in a project where I had the following `paket.dependencies`:
```
source https://www.nuget.org/api/v2
nuget Akka 1.2.3
nuget Akka.FSharp 1.2.…
-
Running the example app from master https://github.com/jpierson/x-akka-sharding/commit/c63b66c7accd471de5f9f0e4186b6220779d39fe I'm seeing the following errors.
### x-akka-sharding
```
[INFO][8/3/201…
-
Multi node tests failing (https://github.com/akka/akka/actions/runs/5971037115/job/16199491528) with a bunch of these:
```
2023-08-25T03:32:23.6685227Z [error] Error from server: error dialing backe…
-
This library shows great promise as a replacement for Akka within the Cats ecosystem. However, one key feature is missing: Actor Clustering and a mechanism for distributed workflows.
Is there any pla…
-
Akka.Cluster.Sharding.PersistentShardCoordinator throws exception when replaying the events.
It can connect to the database and create all tables related to persistence. It also sends the following q…