Akka.Serialization.Hyperion 1.5.0-beta3

Akka.NET

Akka.NET logo

Gitter

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.

Akka.NET is a .NET Foundation project.

.NET Foundation Logo

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:

  1. 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 locks or any other shared-memory synchronization mechanisms.
  2. 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.
  3. Event-Driven Programming - actors make it easy to build event-driven applications, as actors' message-processing routines naturally express these types of designs.
  4. 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.
  5. Location Transparency - Akka.Remote makes it simple for actors in remote processes to transparently communicate with each other.
  6. 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.
  7. 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.

Build Status

Stage Status
Build Build Status
NuGet Pack Build Status
.NET Framework Unit Tests Build Status
.NET Framework MultiNode Tests Build Status
.NET Core (Windows) Unit Tests Build Status
.NET Core (Linux) Unit Tests Build Status
.NET Core (Windows) MultiNode Tests Build Status
.NET Core (Linux) MultiNode Tests
Docs 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:

If you and your company are interested in getting professional Akka.NET support, you can contact Petabridge for dedicated Akka.NET support.

No packages depend on Akka.Serialization.Hyperion.

Version 1.5.0-beta3 contains **breaking API changes** and new API changes for Akka.NET. Removed a number of `Obsolete` APIs that were generally not used much. [Akka.Actor: `ActorSystem.Create` throws `PlatformNotSupportedException` on net7.0-android](https://github.com/akkadotnet/akka.net/issues/6459) [Akka.Actor: Append message content to `DeadLetter` log messages](https://github.com/akkadotnet/akka.net/pull/6448) [Akka.Streams: Use `ActorSystem` for `Materializer`](https://github.com/akkadotnet/akka.net/pull/6453) - *massive* memory improvements for applications that materialize a large number of streams. [Akka.Persistence.Query.Sql: backpressure control for queries](https://github.com/akkadotnet/akka.net/pull/6436) - full details on this here: https://petabridge.com/blog/largescale-cqrs-akkadotnet-v1.5/ | COMMITS | LOC+ | LOC- | AUTHOR | | --- | --- | --- | --- | | 14 | 68 | 794 | Gregorius Soedharmo | | 5 | 997 | 498 | Aaron Stannard | | 3 | 6 | 6 | dependabot[bot] |

.NET 6.0

.NET Standard 2.0

Version Downloads Last updated
1.5.40 8 03/31/2025
1.5.39 9 03/15/2025
1.5.38 11 02/21/2025
1.5.37 11 01/27/2025
1.5.36 11 01/27/2025
1.5.35 12 01/15/2025
1.5.34 12 01/14/2025
1.5.33 10 01/25/2025
1.5.32 12 12/27/2024
1.5.31 14 11/17/2024
1.5.30 18 10/03/2024
1.5.29 13 10/03/2024
1.5.28 15 10/01/2024
1.5.28-beta1 19 08/24/2024
1.5.27.1 15 07/28/2024
1.5.27 13 07/25/2024
1.5.27-beta2 19 07/04/2024
1.5.27-beta1 14 07/04/2024
1.5.26 29 06/28/2024
1.5.25 36 06/19/2024
1.5.24 14 06/08/2024
1.5.23 16 06/07/2024
1.5.22 15 06/05/2024
1.5.21 31 05/31/2024
1.5.20 16 05/16/2024
1.5.19 14 05/16/2024
1.5.18 21 03/13/2024
1.5.17.1 24 03/08/2024
1.5.17 21 03/08/2024
1.5.16 16 02/14/2024
1.5.15 16 01/11/2024
1.5.14 18 01/06/2024
1.5.13 27 09/25/2023
1.5.13-beta1 16 02/14/2024
1.5.12 16 02/15/2024
1.5.11 13 08/30/2023
1.5.10 17 08/31/2023
1.5.9 19 08/30/2023
1.5.8 19 08/29/2023
1.5.7 18 06/11/2023
1.5.6 15 06/13/2023
1.5.5 17 06/12/2023
1.5.4 19 06/13/2023
1.5.3 19 06/11/2023
1.5.2 16 06/12/2023
1.5.1 20 06/12/2023
1.5.0 15 06/13/2023
1.5.0-beta6 19 09/03/2023
1.5.0-beta5 19 02/15/2024
1.5.0-beta4 17 02/15/2024
1.5.0-beta3 18 10/15/2023
1.5.0-beta2 16 02/15/2024
1.5.0-beta1 16 10/18/2023
1.5.0-alpha4 17 02/15/2024
1.5.0-alpha3 16 02/15/2024
1.5.0-alpha2 20 02/15/2024
1.5.0-alpha1 19 02/15/2024
1.4.51 16 08/31/2023
1.4.50 13 02/15/2024
1.4.49 13 05/07/2023
1.4.49-beta1 16 02/15/2024
1.4.48 17 02/15/2024
1.4.47 15 03/20/2024
1.4.46 13 02/15/2024
1.4.45 14 02/15/2024
1.4.44 19 02/15/2024
1.4.43 16 10/04/2023
1.4.42 15 02/15/2024
1.4.41 13 02/15/2024
1.4.40 19 02/15/2024
1.4.39 15 02/15/2024
1.4.38 15 02/15/2024
1.4.37 16 02/15/2024
1.4.36 16 02/15/2024
1.4.35 29 02/02/2023
1.4.34 16 02/15/2024
1.4.33 18 02/15/2024
1.4.32 13 02/15/2024
1.4.31 24 07/21/2022
1.4.30 15 02/15/2024
1.4.29 14 02/15/2024
1.4.28 14 02/15/2024
1.4.27 17 02/15/2024
1.4.26 15 02/15/2024
1.4.25 17 02/15/2024
1.4.24 17 02/15/2024
1.4.23 15 03/20/2024
1.4.22 16 02/15/2024
1.4.21 13 03/20/2024
1.4.21-beta1 19 12/12/2023
1.4.20 13 02/15/2024
1.4.19 14 02/15/2024
1.4.18 16 02/15/2024
1.4.17 16 02/15/2024
1.4.16 18 03/20/2024
1.4.15 18 02/15/2024
1.4.14 16 01/12/2024
1.4.13 15 02/15/2024
1.4.12 16 02/15/2024
1.4.11 16 02/15/2024
1.4.10 18 02/15/2024
1.4.9 15 06/14/2023
1.4.8 19 06/13/2023
1.4.7 36 06/12/2023
1.4.6 14 06/12/2023
1.4.5 16 06/14/2023
1.4.4 18 06/12/2023
1.4.3 19 06/13/2023
1.4.2 15 06/12/2023
1.4.1-rc3 13 01/19/2024
1.4.1-rc2 16 09/01/2023
1.4.1-rc1 14 02/15/2024
1.4.1-beta 14 03/20/2024
1.4.0-beta4 13 02/15/2024
1.4.0-beta3 18 02/15/2024
1.4.0-beta2 20 03/20/2024
1.4.0-beta1 18 05/18/2023
1.4.0-beta 24 02/15/2024
1.3.19-beta 21 05/16/2024
1.3.18-beta 20 02/15/2024
1.3.17-beta 16 02/15/2024
1.3.16-beta 20 02/15/2024
1.3.15-beta 20 02/15/2024
1.3.14-beta 17 10/18/2023
1.3.13-beta 20 02/15/2024
1.3.12-beta 19 02/15/2024
1.3.11-beta 21 02/15/2024
1.3.10-beta 18 02/15/2024
1.3.9-beta68 18 02/15/2024
1.3.9-beta67 20 02/15/2024
1.3.9-beta 21 10/18/2023
1.3.8-beta66 22 05/18/2023
1.3.8-beta65 20 09/03/2023
1.3.7-beta64 23 02/15/2024
1.3.7-beta63 19 10/19/2023
1.3.6-beta62 18 03/20/2024
1.3.6-beta61 20 02/15/2024
1.3.5-beta60 16 02/15/2024
1.3.5-beta59 21 02/15/2024
1.3.4-beta58 16 02/15/2024
1.3.4-beta57 19 02/15/2024
1.3.3-beta56 17 02/15/2024
1.3.3-beta55 18 02/15/2024
1.3.2-beta54 20 03/20/2024
1.3.2-beta53 23 05/18/2023
1.3.2-beta 22 09/03/2023
1.3.1-beta52 23 02/15/2024
1.3.1-beta51 22 10/16/2023
1.3.0-beta50 20 03/20/2024
1.3.0-beta48 21 09/03/2023
1.3.0-beta47 20 02/15/2024
1.3.0-beta46 25 02/15/2024
1.2.3.43-beta 24 02/15/2024
1.2.3.41-beta 21 02/15/2024
1.2.2.40-beta 21 02/15/2024
1.2.2.39-beta 21 02/15/2024
1.2.1.38-beta 23 02/15/2024
1.2.1.37-beta 21 10/12/2023
1.2.0.36-beta 22 02/15/2024
1.2.0.35-beta 20 02/15/2024
1.2.0.34-beta 19 02/15/2024
1.2.0.33-beta 22 02/15/2024
1.1.3.32-beta 19 01/22/2024
1.1.3.31-beta 20 02/15/2024