Akka.Persistence.Sql.TestKit
1.4.47
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Persistence.Sql.TestKit --version 1.4.47
NuGet\Install-Package Akka.Persistence.Sql.TestKit -Version 1.4.47
<PackageReference Include="Akka.Persistence.Sql.TestKit" Version="1.4.47" />
paket add Akka.Persistence.Sql.TestKit --version 1.4.47
#r "nuget: Akka.Persistence.Sql.TestKit, 1.4.47"
// Install Akka.Persistence.Sql.TestKit as a Cake Addin #addin nuget:?package=Akka.Persistence.Sql.TestKit&version=1.4.47 // Install Akka.Persistence.Sql.TestKit as a Cake Tool #tool nuget:?package=Akka.Persistence.Sql.TestKit&version=1.4.47
Akka.NET
Akka.NET is a .NET port of the popular Akka project from the Scala / Java community. We are an idiomatic .NET implementation of the actor model built on top of the .NET Common Language Runtime.
- Website: https://getakka.net/
- Twitter 🐦: AkkaDotNet
- Discussions 📣: Akka.NET GitHub Discussions
- Chat 💬: Akka.NET on Discord
- StackOverflow ✔️: Akka.NET on StackOverflow
Akka.NET is a .NET Foundation project.
How is Akka.NET Used?
Akka.NET can be used in-process or inside large, distributed real-time systems; we support a wide variety of use cases.
Akka.NET can be used to solve the following types of problems:
- Concurrency - Akka.NET actors only process messages one-at-a-time and they do so in first in, first out (FIFO) order; this means that any application state internal to an actor is automatically thread-safe without having to use
lock
s or any other shared-memory synchronization mechanisms. - Stream Processing - Akka.NET actors and Akka.Streams make it easy to build streaming applications, used for processing incoming streams of data or incoming streams of live events such as UI or network events inside native applications.
- Event-Driven Programming - actors make it easy to build event-driven applications, as actors' message-processing routines naturally express these types of designs.
- Event Sourcing and CQRS - Akka.Persistence, used by actors to make their state re-entrant and recoverable across restarts or migrations between nodes, natively supports event sourcing. Akka.Persistence.Query can be used to compute CQRS-style projections and materialized views from Akka.Persistence data.
- Location Transparency - Akka.Remote makes it simple for actors in remote processes to transparently communicate with each other.
- Highly Available, Fault-Tolerant Distributed Systems - Akka.Cluster, Akka.Cluster.Sharding, and other tools built on top of Akka.Cluster make it possible to build highly available and fault-tolerant distributed systems by leveraging peer-to-peer programming models with topology-aware message routing and distribution.
- Low Latency, High Throughput - Akka.NET aims to be low latency and high throughput, processing 10s millions of messages per second in-memory and hundreds of thousands of messages per second over remote connections.
Where Can I Learn Akka.NET?
You can start by taking the Akka.NET Bootcamp, but there are many other great learning resources for Akka.NET Online.
- Petabridge's Akka.NET Videos on YouTube
- ".NET Conf - When and How to Use the Actor Model An Introduction to Akka.NET Actors"
- Reactive Applications with Akka.NET
- Akka.NET Succinctly
Build Status
Install Akka.NET via NuGet
If you want to include Akka.NET in your project, you can install it directly from NuGet
To install Akka.NET Distributed Actor Framework, run the following command in the Package Manager Console
PM> Install-Package Akka
PM> Install-Package Akka.Remote
And if you need F# support:
PM> Install-Package Akka.FSharp
Builds
Please see Building Akka.NET.
To access nightly Akka.NET builds, please see the instructions here.
Support
If you need help getting started with Akka.NET, there's a number of great community resources online:
- Subscribe to the Akka.NET project feed on Twitter: https://twitter.com/AkkaDotNet (@AkkaDotNet)
- Join the Akka.NET project Gitter chat: https://gitter.im/akkadotnet/akka.net
- Ask Akka.NET questions on Stack Overflow: http://stackoverflow.com/questions/tagged/akka.net
If you and your company are interested in getting professional Akka.NET support, you can contact Petabridge for dedicated Akka.NET support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Akka.Persistence.Query.Sql (>= 1.4.47)
- Akka.Persistence.TCK (>= 1.4.47)
- Akka.Streams.TestKit (>= 1.4.47)
- FluentAssertions (>= 5.10.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.30 | 126 | 10/3/2024 |
1.5.29 | 111 | 10/1/2024 |
1.5.28 | 189 | 9/4/2024 |
1.5.28-beta1 | 97 | 8/23/2024 |
1.5.27.1 | 139 | 7/26/2024 |
1.5.27 | 78 | 7/25/2024 |
1.5.27-beta2 | 110 | 7/3/2024 |
1.5.27-beta1 | 82 | 7/3/2024 |
1.5.26 | 101 | 6/27/2024 |
1.5.25 | 110 | 6/14/2024 |
1.5.24 | 106 | 6/7/2024 |
1.5.23 | 109 | 6/6/2024 |
1.5.22 | 248 | 6/3/2024 |
1.5.21 | 116 | 5/28/2024 |
1.5.20 | 223 | 4/29/2024 |
1.5.19 | 126 | 4/15/2024 |
1.5.18 | 123 | 3/12/2024 |
1.5.17.1 | 313 | 3/2/2024 |
1.5.17 | 151 | 2/29/2024 |
1.5.16 | 173 | 1/29/2024 |
1.5.15 | 382 | 1/10/2024 |
1.5.14 | 362 | 11/3/2023 |
1.5.13 | 483 | 9/18/2023 |
1.5.13-beta1 | 163 | 8/25/2023 |
1.5.12 | 301 | 8/2/2023 |
1.5.11 | 225 | 7/27/2023 |
1.5.10 | 2,682 | 7/25/2023 |
1.5.9 | 232 | 7/17/2023 |
1.5.8 | 421 | 6/15/2023 |
1.5.7 | 273 | 5/17/2023 |
1.5.6 | 254 | 5/8/2023 |
1.5.5 | 264 | 5/4/2023 |
1.5.4 | 378 | 4/25/2023 |
1.5.3 | 335 | 4/20/2023 |
1.5.2 | 335 | 4/6/2023 |
1.5.1 | 379 | 3/15/2023 |
1.5.0 | 374 | 3/2/2023 |
1.5.0-beta6 | 183 | 3/1/2023 |
1.5.0-beta5 | 171 | 3/1/2023 |
1.5.0-beta4 | 203 | 2/28/2023 |
1.5.0-beta3 | 230 | 2/27/2023 |
1.5.0-beta2 | 205 | 2/23/2023 |
1.5.0-beta1 | 212 | 2/20/2023 |
1.5.0-alpha4 | 218 | 2/1/2023 |
1.5.0-alpha3 | 210 | 11/15/2022 |
1.5.0-alpha2 | 190 | 10/17/2022 |
1.5.0-alpha1 | 197 | 8/22/2022 |
1.4.51 | 239 | 6/28/2023 |
1.4.50 | 307 | 3/15/2023 |
1.4.49 | 536 | 1/27/2023 |
1.4.49-beta1 | 190 | 1/11/2023 |
1.4.48 | 418 | 1/5/2023 |
1.4.47 | 437 | 12/9/2022 |
1.4.46 | 480 | 11/15/2022 |
1.4.45 | 559 | 10/19/2022 |
1.4.44 | 480 | 10/17/2022 |
1.4.43 | 548 | 9/27/2022 |
1.4.42 | 582 | 9/23/2022 |
1.4.41 | 605 | 8/31/2022 |
1.4.40 | 684 | 7/22/2022 |
1.4.39 | 741 | 6/1/2022 |
1.4.38 | 644 | 5/6/2022 |
1.4.37 | 737 | 4/14/2022 |
1.4.36 | 652 | 4/5/2022 |
1.4.35 | 1,707 | 3/18/2022 |
1.4.34 | 711 | 3/7/2022 |
1.4.33 | 718 | 2/14/2022 |
1.4.32 | 925 | 1/18/2022 |
1.4.31 | 588 | 12/21/2021 |
1.4.30 | 474 | 12/20/2021 |
1.4.29 | 563 | 12/13/2021 |
1.4.28 | 613 | 11/10/2021 |
1.4.27 | 733 | 10/11/2021 |
1.4.26 | 653 | 9/28/2021 |
1.4.25 | 746 | 9/8/2021 |
1.4.24 | 640 | 8/17/2021 |
1.4.23 | 657 | 8/10/2021 |
1.4.22 | 630 | 8/5/2021 |
1.4.21 | 840 | 6/16/2021 |
1.4.21-beta1 | 347 | 6/4/2021 |
1.4.20 | 745 | 5/12/2021 |
1.4.19 | 739 | 4/28/2021 |
1.4.18 | 735 | 3/23/2021 |
1.4.17 | 720 | 3/10/2021 |
1.4.16 | 828 | 1/22/2021 |
1.4.15 | 710 | 1/20/2021 |
1.4.14 | 775 | 12/30/2020 |
1.4.13 | 774 | 12/16/2020 |
1.4.12 | 772 | 11/16/2020 |
1.4.11 | 806 | 11/5/2020 |
1.4.10 | 1,091 | 8/20/2020 |
1.4.9 | 10,892 | 7/21/2020 |
1.4.8 | 1,286 | 6/17/2020 |
1.4.7 | 1,155 | 5/27/2020 |
1.4.6 | 791 | 5/12/2020 |
1.4.5 | 861 | 4/29/2020 |
1.4.4 | 781 | 3/31/2020 |
1.4.3 | 1,141 | 3/18/2020 |
1.4.2 | 831 | 3/13/2020 |
1.4.1 | 787 | 3/11/2020 |
1.4.1-rc3 | 519 | 3/10/2020 |
1.4.1-rc2 | 477 | 3/10/2020 |
1.4.1-rc1 | 591 | 2/28/2020 |
1.4.0-beta4 | 612 | 1/28/2020 |
1.4.0-beta3 | 561 | 10/30/2019 |
1.4.0-beta2 | 534 | 9/23/2019 |
1.4.0-beta1 | 566 | 7/19/2019 |
1.3.19 | 69 | 5/2/2024 |
1.3.18 | 827 | 3/9/2020 |
1.3.17 | 910 | 12/20/2019 |
1.3.16 | 779 | 11/14/2019 |
1.3.15 | 920 | 9/23/2019 |
1.3.14 | 875 | 7/30/2019 |
1.3.13 | 977 | 4/30/2019 |
1.3.12 | 896 | 3/14/2019 |
1.3.11 | 1,001 | 12/18/2018 |
1.3.10 | 968 | 11/2/2018 |
1.3.9 | 2,319 | 8/23/2018 |
1.3.8 | 1,196 | 6/5/2018 |
1.3.7 | 1,421 | 5/15/2018 |
1.3.6 | 1,196 | 4/17/2018 |
1.3.5 | 1,363 | 2/22/2018 |
1.3.4 | 1,152 | 2/1/2018 |
1.3.3 | 1,267 | 1/19/2018 |
1.3.2 | 1,282 | 10/21/2017 |
1.3.1 | 3,640 | 9/5/2017 |
1.3.0 | 1,177 | 8/11/2017 |
1.2.3.43-beta | 867 | 7/10/2017 |
1.2.3.41-beta | 881 | 7/10/2017 |
1.2.2.40-beta | 870 | 6/28/2017 |
1.2.2.39-beta | 909 | 6/28/2017 |
1.2.1.38-beta | 886 | 6/23/2017 |
1.2.1.37-beta | 889 | 6/23/2017 |
1.2.0.36-beta | 1,007 | 4/13/2017 |
1.2.0.35-beta | 913 | 4/13/2017 |
1.2.0.34-beta | 895 | 4/12/2017 |
1.2.0.33-beta | 919 | 4/12/2017 |
1.1.3.32-beta | 982 | 1/23/2017 |
1.1.3.31-beta | 897 | 1/23/2017 |
1.1.2.30-beta | 1,382 | 9/22/2016 |
1.1.2.29-beta | 1,239 | 9/22/2016 |
1.1.1.28-beta | 1,024 | 7/16/2016 |
1.1.1.27-beta | 923 | 7/16/2016 |
1.1.0.26-beta | 1,006 | 7/7/2016 |
Akka.NET v1.4.47 is a maintenance patch for Akka.NET v1.4.46 that includes a variety of bug fixes, performance improvements, and new features.
Actor Telemetry**
Starting in Akka.NET v1.4.47 local and remotely deployed actors will now emit events when being started, stopped, and restarted:
```csharp
public interface IActorTelemetryEvent : INoSerializationVerificationNeeded, INotInfluenceReceiveTimeout
{
/// <summary>
/// The actor who emitted this event.
/// </summary>
IActorRef Subject {get;}
/// <summary>
/// The implementation type for this actor.
/// </summary>
Type ActorType { get; }
}
/// <summary>
/// Event emitted when actor starts.
/// </summary>
public sealed class ActorStarted : IActorTelemetryEvent
{
public IActorRef Subject { get; }
public Type ActorType { get; }
}
/// <summary>
/// Event emitted when actor shuts down.
/// </summary>
public sealed class ActorStopped : IActorTelemetryEvent
{
public IActorRef Subject { get; }
public Type ActorType { get; }
}
/// <summary>
/// Emitted when an actor restarts.
/// </summary>
public sealed class ActorRestarted : IActorTelemetryEvent
{
public IActorRef Subject { get; }
public Type ActorType { get; }
public Exception Reason { get; }
}
```
These events will be consumed from popular Akka.NET observability and management tools such as [Phobos](https://phobos.petabridge.com/) and [Petabridge.Cmd](https://cmd.petabridge.com/) to help provide users with more accurate insights into actor workloads over time, but you can also consume these events yourself by subscribing to them via the `EventStream`:
```csharp
// subscribe to all actor telemetry events
Context.System.EventStream.Subscribe(Self, typeof(IActorTelemetryEvent));
```
By default actor telemetry is disabled** - to enable it you'll need to turn it on via the following HOCON setting:
```hocon
akka.actor.telemetry.enabled = on
```
The performance impact of enabling telemetry is negligible, as you can [see via our benchmarks](https://github.com/akkadotnet/akka.net/pull/6294#issuecomment-1340251897).
Fixes and Updates**
[Akka.Streams: Fixed `System.NotSupportedException` when disposing stage with materialized `IAsyncEnumerable`](https://github.com/akkadotnet/akka.net/issues/6280)
[Akka.Streams: `ReuseLatest` stage to repeatedly emit the most recent value until a newer one is pushed](https://github.com/akkadotnet/akka.net/pull/6262)
[Akka.Remote: eliminate `ActorPath.ToSerializationFormat` UID allocations](https://github.com/akkadotnet/akka.net/pull/6195) - should provide a noticeable Akka.Remote performance improvement.
[Akka.Remote: Remoting and an exception as a payload message ](https://github.com/akkadotnet/akka.net/issues/3903) - `Exception` types are now serialized properly inside `Status.Failure` messages over the wire. `Status.Failure` and `Status.Success` messages are now managed by Protobuf - so you might see some deserialization errors while upgrading if those types are being exchanged over the wire.
[Akka.TestKit: `TestActorRef` can not catch exceptions on asynchronous methods](https://github.com/akkadotnet/akka.net/issues/6265)
You can see the [full set of tracked issues for Akka.NET v1.4.47 here](https://github.com/akkadotnet/akka.net/issues?q=is:closed+milestone:1.4.47).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 10 | 2027 | 188 | Aaron Stannard |
| 1 | 157 | 10 | Gregorius Soedharmo |