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

One thing that would be very nice to have, is some form of durable workflows similar to durable functions in Azure. This might be possible to implement using something like...

enhancement
t:cluster

This is the event-sourced-only (i.e. no snapshots) Sub(scriptions)ManagerActor: ``` public class SubManagerActor : IActor { private readonly Persistence _persistence; private ICollection _subscriptions; public SubManagerActor(IEventStore eventStore, string actorId) { _persistence =...

up for grabs
t:persistence
bug report

## Description When trying to cancel scheduled tasks with their corresponding `CancelationSource`, I noticed error logs were constantly being emitted. The root cause of this turned out to be that...

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.1 to 6.0.6. Release notes Sourced from System.Text.Json's releases. .NET 6.0.6 Release .NET 6.0.5 Release .NET 6.0.4 Release .NET 6.0.3 Release .NET 6.0.2 Release Commits 7cca709 Merge...

dependencies

Bumps [AWSSDK.ECS](https://github.com/aws/aws-sdk-net) from 3.7.4.26 to 3.7.5.78. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=AWSSDK.ECS&package-manager=nuget&previous-version=3.7.4.26&new-version=3.7.5.78)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.3.6 to 3.7.5. Changelog Sourced from AWSSDK.DynamoDBv2's changelog. 3.7.5.0 (2021-03-31 18:24 UTC) Batch (3.7.1.0) AWS Batch adds support for Amazon EFS File System Cloud9 (3.7.1.0) Add ImageId...

dependencies

## Expected Behavior - Deploy successfully on K8S ## Actual Behavior Application throws this exception on application startup after upgrading all `Proto.Actor` packages including `Proto.Cluster.Kubernetes` from version `0.30.0` to `1.0.0-rc2.36`:...

Bumps [RavenDB.Client](https://github.com/ravendb/ravendb) from 5.3.100 to 5.4.2. Commits 22eb486 RavenDB-19266: Test moved from FastTests to SlowTests e4dfc10 RavenDB-19266: PR comments 643a965 RavenDB-19266: Test optimization 81a38be RavenDB-19266: Fixing size computation on large...

dependencies

Bumps [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) from 17.0.0 to 17.3.1. Release notes Sourced from Microsoft.Build.Framework's releases. .NET 6.0.8 Release .NET 7.0 Preview 6 Release .NET 7.0 Preview 5 Release .NET 7.0 Preview 4 Release...

dependencies