Akka.Cluster.Tools
1.4.15
Distributed publish/subscribe, client and singleton support for Akka.NET cluster
See the version list below for details.
Install-Package Akka.Cluster.Tools -Version 1.4.15
dotnet add package Akka.Cluster.Tools --version 1.4.15
<PackageReference Include="Akka.Cluster.Tools" Version="1.4.15" />
paket add Akka.Cluster.Tools --version 1.4.15
#r "nuget: Akka.Cluster.Tools, 1.4.15"
Release Notes
Maintenance Release for Akka.NET 1.4**
Akka.NET v1.4.15 introduces a new module, Akka.DependencyInjection, which will replace Akka.DI.Core and all of the libraries which depend on it. This seemed like the easiest way to preserve backwards compatibility - simple deprecate the old package and replace it with a new one.
So what does Akka.DependencyInjection do differently than Akka.DI.Core?
1. **Allows users to pass in an [`IServiceProvider`](https://docs.microsoft.com/en-us/dotnet/api/system.iserviceprovider) into the `ActorSystem` before the latter is created, via [a new kind of programmatic configuration `Setup` that was introduced in Akka.NET v1.4](https://getakka.net/articles/concepts/configuration.html#programmatic-configuration-with-setup)**. This ensures that the `IServiceProvider` is immutable within an `ActorSystem`, a problem that we have currently with Akka.DI.Core.
2. **Makes it easy to access the `IServiceProvider` via the `Akka.DependencyInjection.ServiceProvider.For(ActorSystem)` method**, which is what we can use to get access to the service provider in order to consume required services inside our actors.
3. **Makes it possible to dependency inject some parameters will dynamically specifying some others**, something that users have been asking for since 2015.
To see a full example of how to use Akka.DependencyInjection in concert with Microsoft.Extensions.DependencyInjection, please see https://getakka.net/articles/actors/dependency-injection.html
Other changes:
[Akka: Add `WithConfigFallback` quality of life helper method to `BootstrapSetup`](https://github.com/akkadotnet/akka.net/pull/4714)
[Akka.MultiNodeTestRunner: Provide .NET 5.0 support for MultiNode TestKit](https://github.com/akkadotnet/akka.net/issues/4602)
To see the [full set of fixes in Akka.NET v1.4.15, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/46).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 8 | 5351 | 4004 | Aaron Stannard |
| 3 | 5 | 5 | dependabot-preview[bot] |
| 2 | 369 | 170 | Ebere Abanonu |
| 1 | 7 | 0 | Gregorius Soedharmo |
Dependencies
-
.NETStandard 2.0
- Akka.Cluster (>= 1.4.15)
- Akka.Coordination (>= 1.4.15)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Akka.Cluster.Tools:
Package | Downloads |
---|---|
Akka.Cluster.Sharding
Sharded actors with managed lifecycle for Akka.NET cluster
|
|
Akkatecture.Clustering
clustering library for akkatecture to enable distributed scenarios
|
|
AkkaDotModule.Webnori
Package Description
|
|
Shrimp.Akkling.Cluster.Intergraction
Package Description
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Akka.Cluster.Tools:
Repository | Stars |
---|---|
AElfProject/AElf
A scalable cloud computing blockchain platform
|
|
Lutando/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.4.16 | 6,335 | 1/22/2021 |
1.4.15 | 751 | 1/20/2021 |
1.4.14 | 3,524 | 12/30/2020 |
1.4.13 | 1,317 | 12/16/2020 |
1.4.12 | 10,848 | 11/16/2020 |
1.4.11 | 4,095 | 11/5/2020 |
1.4.10 | 19,623 | 8/20/2020 |
1.4.9 | 12,464 | 7/21/2020 |
1.4.8 | 15,340 | 6/17/2020 |
1.4.7 | 4,995 | 5/27/2020 |
1.4.6 | 7,788 | 5/12/2020 |
1.4.5 | 4,496 | 4/29/2020 |
1.4.4 | 7,855 | 3/31/2020 |
1.4.3 | 5,518 | 3/18/2020 |
1.4.2 | 2,434 | 3/13/2020 |
1.4.1 | 4,724 | 3/11/2020 |
1.4.1-rc3 | 409 | 3/10/2020 |
1.4.1-rc2 | 183 | 3/10/2020 |
1.4.1-rc1 | 530 | 2/28/2020 |
1.4.0-beta4 | 1,854 | 1/28/2020 |
1.4.0-beta3 | 5,147 | 10/30/2019 |
1.4.0-beta2 | 2,701 | 9/23/2019 |
1.4.0-beta1 | 1,386 | 7/19/2019 |
1.3.18 | 9,641 | 3/9/2020 |
1.3.17 | 26,704 | 12/20/2019 |
1.3.16 | 6,824 | 11/14/2019 |
1.3.15 | 32,205 | 9/23/2019 |
1.3.14 | 19,006 | 7/30/2019 |
1.3.13 | 17,781 | 4/30/2019 |
1.3.12 | 16,013 | 3/14/2019 |
1.3.11 | 17,268 | 12/18/2018 |
1.3.10 | 16,192 | 11/2/2018 |
1.3.9 | 26,461 | 8/23/2018 |
1.3.8 | 22,986 | 6/5/2018 |
1.3.7 | 1,665 | 5/15/2018 |
1.3.6 | 3,786 | 4/17/2018 |
1.3.5 | 11,104 | 2/22/2018 |
1.3.4 | 3,553 | 2/1/2018 |
1.3.3 | 1,511 | 1/19/2018 |
1.3.2 | 20,832 | 10/21/2017 |
1.3.1 | 3,068 | 9/5/2017 |
1.3.0 | 2,195 | 8/11/2017 |
1.2.3 | 3,227 | 7/10/2017 |
1.2.2 | 993 | 6/28/2017 |
1.2.1 | 845 | 6/23/2017 |
1.2.0 | 16,969 | 4/12/2017 |
1.1.3.32-beta | 2,713 | 1/23/2017 |
1.1.3.31-beta | 589 | 1/23/2017 |
1.1.2.30-beta | 4,140 | 9/22/2016 |
1.1.2.29-beta | 599 | 9/22/2016 |
1.1.1.28-beta | 1,032 | 7/16/2016 |
1.1.1.27-beta | 597 | 7/16/2016 |
1.1.0.26-beta | 697 | 7/7/2016 |
1.0.8.25-beta | 1,060 | 4/26/2016 |
1.0.8.24-beta | 674 | 4/26/2016 |
1.0.7.18-beta | 894 | 4/6/2016 |
1.0.6 | 1,882 | 1/18/2016 |