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 [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.3.6 to 3.7.3.66. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=AWSSDK.DynamoDBv2&package-manager=nuget&previous-version=3.7.3.6&new-version=3.7.3.66)](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.ECS](https://github.com/aws/aws-sdk-net) from 3.7.4.26 to 3.7.5.61. 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.61)](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 [RavenDB.Client](https://github.com/ravendb/ravendb) from 5.3.100 to 5.4.1. Commits 218b6be RavenDB-18978 disabled preview features for all projects except corax, server... d460f27 Bump version in src/Raven.Client/Properties/VersionInfo.cs to 5.4.1 090f71a Bump version in src/CommonAssemblyInfo.cs...

dependencies

Bumps [Proto.Cluster.Consul](https://github.com/AsynkronIT/protoactor-dotnet) from 0.27.0 to 0.33.0. Release notes Sourced from Proto.Cluster.Consul's releases. 0.33.0 What's Changed Emergency fix topic kind name for Kubernetes by @​marcinbudny in asynkron/protoactor-dotnet#1627 Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/0.32.0...0.33.0 0.32.0...

dependencies

- [x] Remove Routers - [x] Remove Persistence - use whatever lib you want - [x] Merge all ibs into one. no use to having Proto.Remote as a separate lib...

Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.2.3 to 6.4.0. Release notes Sourced from Swashbuckle.AspNetCore's releases. v6.4.0 Changes since v6.3.0 v6.3.1 Changes since v6.3.0 v6.3.0 Changes since v6.2.3 Commits c70947f Upgrade swagger-ui/redoc & prep...

dependencies

This one could be a work in progress and we will add more insights over time. But some initial insights around soft real-time vs at-least-once delivery would be great.

Subscriptions for Cluster PubSub is already persistent. But we don't have persistent messaging yet. Currently the flow of pubsub is as follows: Publisher -> Envelope -> Topic Actor -> Subscriber...

enhancement
t:cluster-pubsub

In the Akka world, there is Alpakka for reactive stream integrations with 3rd party tools. Proto.Actor is more and more becoming a stream processing tool and the new PubSub feature...

enhancement
t:cluster-pubsub