Petabridge.Cmd.Cluster 1.2.2
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
No packages depend on Petabridge.Cmd.Cluster.
v1.2.2 is a small update that introduces some changes to Petabridge.Cmd's [Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting) APIs.
Upgraded to [Akka.Hosting v1.0](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.0.0), which stabilizes all Akka.Hosting APIs;
Added a new `PetabridgeCmdOptions` class which makes it possible to set the `petabridge.cmd.host` and `petabridge.cmd.port` bindings programmatically.
An example of how to configure the `PetabridgeCmd` host programmatically:
```csharp
using var host = await (new HostBuilder().ConfigureServices((context, collection) =>
{
collection.AddAkka("PbmSys", builder =>
{
builder.WithRemoting("localhost", 29909)
.WithClustering(new ClusterOptions(){ SeedNodes = new[]{ "akka.tcp://PbmSys@localhost:29909" }})
.AddPetabridgeCmd(
new PetabridgeCmdOptions(){ Host = "localhost", Port = 8222}, // optional - customize pbm bindings
cmd =>
{
cmd.RegisterCommandPalette(new RemoteCommands());
cmd.RegisterCommandPalette(ClusterCommands.Instance);
});
});
}).StartAsync());
```
.NET Standard 2.0
- Petabridge.Cmd.Host (>= 1.2.2)
- Akka.Cluster (>= 1.4.48)
Version | Downloads | Last updated |
---|---|---|
1.4.3 | 11 | 06/28/2024 |
1.4.2 | 3 | 06/28/2024 |
1.4.1 | 13 | 04/16/2024 |
1.4.0 | 7 | 01/25/2024 |
1.3.3 | 7 | 01/26/2024 |
1.3.2 | 26 | 09/25/2023 |
1.3.1 | 6 | 02/16/2024 |
1.3.0 | 40 | 03/28/2023 |
1.3.0-beta1 | 4 | 10/16/2023 |
1.2.2 | 23 | 06/13/2023 |
1.2.1 | 24 | 03/28/2023 |
1.2.0 | 28 | 06/13/2023 |
1.1.4 | 8 | 01/25/2024 |
1.1.3 | 11 | 06/13/2023 |
1.1.2 | 11 | 02/13/2024 |
1.1.1 | 6 | 02/16/2024 |
1.1.0 | 6 | 07/10/2022 |
1.0.2 | 16 | 04/27/2022 |
1.0.1 | 7 | 06/13/2023 |
1.0.0 | 8 | 06/13/2023 |
0.8.5 | 27 | 03/28/2023 |
0.8.4 | 5 | 06/14/2023 |
0.8.3 | 24 | 06/13/2023 |
0.8.2 | 5 | 06/13/2023 |
0.8.1 | 23 | 05/27/2023 |
0.8.0 | 4 | 02/16/2024 |
0.8.0-rc2 | 5 | 02/16/2024 |
0.8.0-rc1 | 37 | 04/01/2023 |
0.7.1 | 5 | 06/13/2023 |
0.7.0 | 6 | 06/13/2023 |
0.6.3 | 17 | 06/13/2023 |
0.6.2 | 16 | 06/14/2023 |
0.6.1 | 9 | 06/13/2023 |
0.6.0 | 15 | 06/13/2023 |
0.5.0 | 4 | 06/13/2023 |
0.4.1 | 19 | 03/29/2023 |
0.4.0 | 16 | 06/13/2023 |
0.3.3 | 18 | 06/13/2023 |
0.3.2 | 7 | 06/14/2023 |
0.3.1 | 18 | 06/14/2023 |
0.3.0 | 6 | 06/14/2023 |
0.2.2 | 9 | 06/14/2023 |
0.2.1 | 4 | 02/16/2024 |
0.2.0 | 4 | 02/16/2024 |
0.1.2 | 7 | 06/14/2023 |
0.1.1 | 32 | 06/03/2023 |
0.1.0 | 19 | 06/14/2023 |