ManagedCode.Orleans.Balancer
7.1.1
Prefix Reserved
dotnet add package ManagedCode.Orleans.Balancer --version 7.1.1
NuGet\Install-Package ManagedCode.Orleans.Balancer -Version 7.1.1
<PackageReference Include="ManagedCode.Orleans.Balancer" Version="7.1.1" />
paket add ManagedCode.Orleans.Balancer --version 7.1.1
#r "nuget: ManagedCode.Orleans.Balancer, 7.1.1"
// Install ManagedCode.Orleans.Balancer as a Cake Addin #addin nuget:?package=ManagedCode.Orleans.Balancer&version=7.1.1 // Install ManagedCode.Orleans.Balancer as a Cake Tool #tool nuget:?package=ManagedCode.Orleans.Balancer&version=7.1.1
Orleans.Balancer
Orleans.Balancer is a library for automatically balancing the number of active Grains in an Orleans distributed system. It allows you to set limits on the number of active Grains, and will automatically deactivate Grains if those limits are reached. It can also perform rebalancing of Grain activations between silos to ensure evenly distributed.
Motivation
Orleans is a distributed systems platform that makes it easy to build highly scalable, low-latency applications. However, managing the number of active Grains in an Orleans system can be challenging, especially in environments with unpredictable workloads. Orleans.Balancer solves this problem by providing automatic control over the number of active Grains, as well as tools for rebalancing activations between silos. This ensures that your Orleans applications have the resources they need to handle increased workloads without manual intervention. Use it together with https://github.com/managedcode/Keda
Getting Started
To use Orleans.Balancer, you will need to have an Orleans distributed system set up. Once you have that, you can install Orleans.Balancer using the provided NuGet package.
Usage
Orleans.Balancer is used by creating an instance of the Orleans.Balancer.Balancer class and passing in the desired settings. The Balancer class provides methods for controlling the number of active Grains, as well as for performing rebalancing operations.
Install package ManagedCode.Orleans.Balancer
siloBuilder.UseOrleansBalancer(o => { });
Contributing
We welcome contributions to Orleans.Balancer! If you have an idea for a new feature or have found a bug, please open an issue on GitHub.
Base on
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- Microsoft.Orleans.Runtime (>= 7.1.0)
- Microsoft.Orleans.Sdk (>= 7.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.