Akka.Persistence.Extras icon indicating copy to clipboard operation
Akka.Persistence.Extras copied to clipboard

Akka.NET Persistence extras and ideas

Results 13 Akka.Persistence.Extras issues
Sort by recently updated
recently updated
newest added

Bumps `AkkaVersion` from 1.5.8 to 1.5.20. Updates `Akka.Persistence` from 1.5.8 to 1.5.20 Release notes Sourced from Akka.Persistence's releases. Akka.NET v1.5.20 1.5.20 April 29th 2024 Akka.NET v1.5.20 is a patch release...

dependencies

Bumps `XunitVersion` from 2.4.2 to 2.8.0. Updates `xunit` from 2.4.2 to 2.8.0 Commits be260b3 v2.8.0 a8ceb66 #783: Add -useansicolor flag to console runner (v2) 7b0ff93 Don't show /aggressive with unlimited...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.9.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.9.0 What's Changed Remove dependency on Nuget.Frameworks by @​nohwnd in microsoft/vstest#4693 Add platform guard by @​dotMorten in microsoft/vstest#4737...

dependencies

Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 7.0.200 to 8.0.200. Changelog Sourced from FSharp.Core's changelog. Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. About the release...

dependencies

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.10.0 to 6.12.0. Release notes Sourced from FluentAssertions's releases. 6.12.0 What's Changed New features Added Be, NotBe and BeOneOf for object comparisons with custom comparer by @​jnyrup...

dependencies

Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.5 to 2.16.6. Release notes Sourced from FsCheck.Xunit's releases. 2.16.6 Added Map and Return methods to make FsCheck more F#+ friendly. (by Gustavo Leon) Changelog Sourced from...

dependencies

I am not sure if using Sender rather than sender here was intentional, but it looks wrong. We believe it is currently a possible reason for a bug we have...

Need to add an `Akka.Persistence.IMessage` type for a confirmed delivery which can be recovered during replay.

AtLeastOnceDelivery

Major changes needed: * Remove `ImmutableDictionary` in favor of `Dictionary` - if the semantic isn't accessed concurrently, then it's not needed. * Add ability to add single `UnconfirmedDelivery` messages to...

AtLeastOnceDelivery

Similar to what we do today for `IPersistentRepresentation` et al.

AtLeastOnceDelivery