Petabridge.Cmd.Cluster.Sharding 0.6.2-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Petabridge.Cmd.Cluster.Sharding.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Petabridge.Cmd.Cluster.Sharding --version 0.6.2-beta
NuGet\Install-Package Petabridge.Cmd.Cluster.Sharding -Version 0.6.2-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Petabridge.Cmd.Cluster.Sharding" Version="0.6.2-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Petabridge.Cmd.Cluster.Sharding --version 0.6.2-beta
#r "nuget: Petabridge.Cmd.Cluster.Sharding, 0.6.2-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Petabridge.Cmd.Cluster.Sharding as a Cake Addin
#addin nuget:?package=Petabridge.Cmd.Cluster.Sharding&version=0.6.2-beta&prerelease

// Install Petabridge.Cmd.Cluster.Sharding as a Cake Tool
#tool nuget:?package=Petabridge.Cmd.Cluster.Sharding&version=0.6.2-beta&prerelease

Akka.Cluster.Sharding Petabridge.Cmd palettes for shard management and monitoring.

Product 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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Petabridge.Cmd.Cluster.Sharding:

Package Downloads
FAkka.Shared

Package Description

FAkka.Server

Package Description

FAkka.Seed.7.0

Package Description

FAkka.Server.Linux

Package Description

FAkka.FAkka.Seed.7.0

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Petabridge.Cmd.Cluster.Sharding:

Repository Stars
petabridge/akkadotnet-code-samples
Akka.NET professional reference code samples
Aaronontheweb/InMemoryCQRSReplication
Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
Version Downloads Last updated
1.4.1 301 3/18/2024
1.4.0 5,728 1/12/2024
1.3.3 234 1/10/2024
1.3.2 23,674 7/18/2023
1.3.1 12,421 5/4/2023
1.3.0 12,627 3/3/2023
1.3.0-beta1 214 3/1/2023
1.2.2 6,993 1/19/2023
1.2.1 1,182 12/19/2022
1.2.0 1,707 11/18/2022
1.1.4 148 7/17/2023
1.1.3 10,104 10/20/2022
1.1.2 5,124 9/28/2022
1.1.1 533 9/23/2022
1.1.0 13,716 6/9/2022
1.0.2 39,564 11/16/2021
1.0.1 10,751 8/3/2021
1.0.0 1,896 7/26/2021
0.8.5 13,716 5/3/2021
0.8.4 337 4/30/2021
0.8.3 5,797 3/18/2021
0.8.2 11,434 11/24/2020
0.8.1 9,078 11/16/2020
0.8.0 30,594 3/11/2020
0.8.0-rc2 327 3/10/2020
0.8.0-rc1 374 3/3/2020
0.7.1-beta 3,000 3/3/2020
0.7.0-beta 3,635 10/3/2019
0.6.3-beta 2,612 7/30/2019
0.6.2-beta 1,267 6/19/2019
0.6.1-beta 879 5/19/2019
0.6.0-beta 1,093 5/9/2019
0.5.0-beta 1,318 3/6/2019

In version v0.6.2 we have made the following minor improvements:
`pbm` Client Changes**
Beginning with version 0.6.2, `pbm` will automatically connect to `127.0.0.1:9110` if you do not provide an explicilt address by default.
So the following commands will do:
`pbm` - connects automatically to 127.0.0.1:9110 in interactive mode
`pbm log tail` - automatically executes the log tail command on 127.0.0.1:9110
This was done in order to make it easier to support common scenarios, such as executing `pbm` from within a Docker container using `docker exec`.
Petabridge.Cmd.Remote Changes**
1. Added additional event tracking to the history command. The history command will now track:
1. Associated events.
2. Disassociated events.
3. Association error events.
4. Quarantined Events.
5. ThisActorSystemQuarantined events.
2. Added additional status information. The remote status command will now provide quarantine information and will display any members that have been quarantined with their respective address and UID. It will also show when the node that is hosting `pbm` has been quarantined.