protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

Results 125 protoactor-dotnet issues
Sort by recently updated
recently updated
newest added

I have 2 nodes, one subscribes and another publishes. If the publisher node restarts, will the first node receive the published messages after that? What are guarantees on this? Is...

question

We have a few nodes and some of them were using `RunAsClient` but now I disabled it and things went wrong. One of nodes (which originally didn't use `RunAsClient`) leverages...

First of all, I´m thinking that maybe we should just go semantic versioning and not make V2 something drastic. We can gradually add breaking changes without redesigning large portions. e.g....

For local development, I've configured Proto Cluster with Consul support using random ports. The cluster is working and I have two nodes: * An API Server which acts as a...

### Discussed in https://github.com/asynkron/protoactor-dotnet/discussions/2122 Originally posted by **tbuha** May 7, 2024 Hi there, I tried to use it. And have an error in [line 24](https://github.com/asynkron/protoactor-dotnet/blob/dev/src/Proto.Cluster.AzureContainerApps/Services/EnvironmentContainerAppMetadataAccessor.cs#L24): ` var replicaName = Environment.GetEnvironmentVariable("CONTAINER_APP_REPLICA_NAME")...