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

Bumps [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) from 6.0.0 to 8.0.0. Release notes Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...

dependencies

Since 1.4.0 and these changes https://github.com/asynkron/protoactor-dotnet/pull/2051 method `Cluster.RequestAsync(...)` doesn't work because the `JoinedCluster` task is never released in client mode.

bug

I need to implement this in .NET: https://raw.githubusercontent.com/asynkron/protoactor-go/dev/cluster/clusterproviders/etcd/etcd_provider.go Do you have a concrete example of this? in C# Would really ease up my task, I'm new to all of the...

Bumps [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.3.1 to 1.6.0. Release notes Sourced from OpenTelemetry's releases. core-1.6.0-rc.1 OpenTelemetry Experimental Feature Added an opt-in feature to aggregate any metric measurements that were dropped due to...

dependencies

Bumps [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.4.0-beta.3 to 1.6.0. Release notes Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases. core-1.6.0-rc.1 OpenTelemetry Experimental Feature Added an opt-in feature to aggregate any metric measurements that were dropped due to...

dependencies

Hi, I've encountered issue running Proto Cluster when the pod `hostNetwork: true` while using kubernetes provider. this is the log: ``` [Proto.Cluster.Kubernetes.KubernetesProvider] [Cluster][KubernetesProvider] Registering service ip-10-0-2-223 on 10.0.2.223:8 [Proto.Cluster.Kubernetes.KubernetesProvider] Failed...

https://proto.actor/docs/cluster/pub-sub/ https://proto.actor/docs/eventstream/

I want to debug an app that uses ProtoActor with Consul. It took me long time to understand that I need to increase `HeartbeatExpiration` so that app will not shutdown...

Assume there is sequence of events - 1, 2, 3 - which should be received by a subscriber. When the subscriber becomes temporarily unreachable but not long enough to be...